X-API-Key: ********************{
"id": 0,
"realReason": "string",
"saleOrderId": "string",
"mobile": "string"
}curl --location --request POST '/housekeeping/applyRefund' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"realReason": "string",
"saleOrderId": "string",
"mobile": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"msg": "string",
"refundId": "string",
"refundStatus": true
}
}