{ "email": "[email protected]" }
curl --location --request POST 'https://rapi.trustoo.io/api/v1/openapi/delete_customer_exclude' \ --header 'Public-Token: LRdYcBTXZ65HsRtavPdQuA==' \ --header 'Sign: ae6670c71c81ff5367fa649b2104b27b069710446b578a8e443444ae6c1c8489' \ --header 'Timestamp: 1753697504' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "[email protected]" }'
{ "code": 0, "message": "success", "time": 1753697614, "request_id": "a5e035d9757d46a247855d8f3fba73ad", "data": { "customer_id": "23044610359590", "first_name": "", "last_name": "", "email": "", "phone": "", "created_at": "2025-07-28T10:13:34Z", "updated_at": "2025-07-28T10:13:34Z" } }