{
"refundId": "string",
"logisticsCompanyNo": "string",
"freightBill": "string",
"description": "string",
"vouchers": [
"string"
]
}curl --location 'https://www.xportcn.com/api/alibaba/refund/goods/return' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"refundId": "string",
"logisticsCompanyNo": "string",
"freightBill": "string",
"description": "string",
"vouchers": [
"string"
]
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"errorCode": "",
"errorInfo": "",
"success": false
}
}