curl --location --request DELETE 'https://api.explo.co/api/delete_end_user/' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' \ --data-raw '{ "provided_id": "example_1" "customer_id": 123 }'
{ "success": 1 }