curl --location '/public-api/v1/botWorkflow/updateBotWorkflowIds' \ --header 'Content-Type: application/json' \ --data '{ "botId": 0, "workflowIds": [ 0 ] }'
{ "errorCode": 0, "message": "", "data": null }