Authorization: Bearer ********************
{ "botId": "string", "eventId": "string", "sessionId": "string", "params": {} }
curl --location --request POST 'https://insight.juzibot.com/openapi/workflow/event/trigger' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "string", "eventId": "string", "sessionId": "string", "params": {} }'
{ "code": 0 }