curl --location --request DELETE 'https://api.aqx.ai/api/events-gateway/trigger/unsubscribe' \
--header 'Ocp-Apim-Subscription-Key: {{api-key}}' \
--header 'Authorization: Bearer {{user_access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"hookUrl": "string",
"campaignId": "string",
"triggerName": "string"
}'
{}