curl --location --request DELETE 'https://aff-api.uppromote.com/api/v2/webhook-subscriptions' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "referral.new"
}'
{
"status": 200,
"message": "success",
"data": []
}