Cancel Lead
curl --location '{{url}}/order/client/tieup/lead-order/to-cancel' \
--header 'key-id: {{client_secret_code}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{auth_token}}' \
--data '{
"clientId": {{client_id}},
"leadId": 123,
"notes": "Lorem Ipsum"
}'Name
Value
Name
Type
Description
Last updated