curl --location --request DELETE 'https://aff-api.uppromote.com/api/v2/connected-customers' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"affiliate_id": 123,
"customer_id": 7245819553906
}'{
"status": 200,
"message": "success",
"data": []
}