curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"payload": {
"OrderId": "NCRTJ8LWU1N",
"ClientRefId": "ORD10001",
"StatusId": 1,
"Status": "Delivered",
"Remark": "The package has been Delivered",
"Timestamp": "2026-01-27T11:12:44.909515"
},
"type": "Delivered"
}'{}