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