{
"orderId": "string",
"price": 0,
"type": 0
}curl --location --request POST '/admin/order/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"price": 0,
"type": 0
}'{
"status": "string",
"msg": "string"
}