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