Authorization: Bearer ********************
curl --location --request GET 'https://insight.juzibot.com/openapi/workflow/event/list?botId=40af52cd-7246-440c-b63e-1ac7db7e0cd6' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": [
{
"eventId": "string",
"name": "string",
"variables": [
{
"name": "string",
"type": {
"type": "string"
}
}
],
"createdAt": "string",
"updatedAt": "string"
}
]
}