Authorization: Bearer ********************{
"orderId": 0,
"ratio": 0
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/consumer/orderNew/refund' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"ratio": 0
}'{}