Authorization: ********************{
"balanceApplyRefundAmount": 0,
"chargingCouponsApplyRefundAmount": 0,
"orderId": "string",
"presentApplyRefundAmount": 0,
"refundReason": "string",
"refundType": 0,
"refundWay": 0,
"thirdPayApplyRefundAmount": 0,
"urgentFlag": 0,
"userId": "string"
}curl --location --request POST '/management/userSvip/refundOrder' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"balanceApplyRefundAmount": 0,
"chargingCouponsApplyRefundAmount": 0,
"orderId": "string",
"presentApplyRefundAmount": 0,
"refundReason": "string",
"refundType": 0,
"refundWay": 0,
"thirdPayApplyRefundAmount": 0,
"urgentFlag": 0,
"userId": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"orderId": "string",
"userId": "string"
},
"stackTraceMsg": "string"
}