Authorization: Bearer ********************{
"orderCode": "string",
"receiverName": "string"
}curl --location --request POST '/back/expediting/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderCode": "string",
"receiverName": "string"
}'{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}