{
"refundRate": 10,
"refundReason": "请假不上班",
"subOrderIds": [
{}
]
}
curl --location --request POST '/order//refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundRate": 10,
"refundReason": "请假不上班",
"subOrderIds": [
{}
]
}'
{
"property1": {},
"property2": {}
}