curl --location '/p/orderRefund/submitExpress' \
--header 'Content-Type: application/json' \
--data '{
"refundSn": "string",
"refundDeliveryList": [
{
"expressId": 0,
"expressName": "string",
"expressNo": "string",
"mobile": "string",
"senderRemarks": "string",
"imgs": "string",
"afsServiceId": 0,
"otherAfsServiceId": "string"
}
]
}'{
"code": "",
"msg": "",
"data": "",
"version": "",
"timestamp": 0,
"sign": ""
}