curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_id": "ebade5b0-06af-41ed-b828-f6c6bc279de4",
"event": "deleted",
"external_id": "yourID"
}'