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