{
"id": "string",
"type": "string",
"isOffLine": true,
"offLineRefundNote": "string",
"refundMan": "string"
}
curl --location --request POST '/4s/after_sale/activity/order/order_refund_off_line' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"type": "string",
"isOffLine": true,
"offLineRefundNote": "string",
"refundMan": "string"
}'
{}