curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"payload": {
"OrderId": "NCRTJ8LWU1N",
"ClientRefId": "ORD10001",
"StatusId": 6,
"Status": "Cancelled",
"Remark": "Package has been Cancelled",
"Timestamp": "2026-01-27T11:12:44.909515",
"TrackUrl": "https://mover.delivery/demo-ep/tracking/8670fcc279a1a30ba0b550ba6573db38",
"PartnerName": null,
"PartnerMobile": null
},
"type": "Cancelled"
}'{}