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