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