curl --location --request POST '/adminapi/order.order/refund' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc' \
--data-urlencode 'id=' \
--data-urlencode 'order_category=' \
--data-urlencode 'refund_amount=' \
--data-urlencode 'refund_way='{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}