curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"cpCode": "zto",
"waybillCode": "78689455849606"
}'
{
"error_code": "0",
"success": "true",
"error_msg": "",
"data": {
"subErrorCode": ""
}
}