curl --request POST \
--url https://platform.thena.ai/v1/emojis/actions/{teamId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"emojis": [
"white_check_mark"
],
"flow": "OUTBOUND",
"action": "create_ticket"
}'