curl --location --request POST 'http://prod-cn.your-api-server.com/Ebusiness/EbusinessOrderHandle.aspx' \
--header 'Content-Type: application/json' \
--data-raw '{
"LogisticCode":"772004651594875"
}'
{
"LogisticCode": "7720046515948751",
"Traces": [],
"State": "0",
"EBusinessID": "1470400",
"Reason": "暂无轨迹信息",
"Success": true
}