{
"relations": [
{
"customerId": 673762719877120,
"salesId": 662242654169152
}
]
}curl --location --request POST '/api/v3/deleteCustomer' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"relations": [
{
"customerId": 673762719877120,
"salesId": 662242654169152
}
]
}'{}