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