{
"expressCode": "string",
"refresh": true,
"requestHash": "string"
}curl --location --request POST '/v4/gateway/xpod.logistics.order.track' \
--header 'Authorization;' \
--header 'Appkey: 1000' \
--header 'Access-Token-Type: JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"expressCode": "string",
"refresh": true,
"requestHash": "string"
}'{
"success": true,
"data": [
{
"time": "string",
"timeZone": "string",
"location": "string",
"content": "string",
"country": "string",
"status": "delivered"
}
]
}