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