x-token: ********************{
"apply_refund_item": [
{
"number": 0,
"order_detail_id": 0,
"reason": "string",
"refund_amount": 0
}
],
"order_id": 0
}curl --location --request POST 'https://api.gogpu.cn/user/order/ApplyRefund' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"apply_refund_item": [
{
"number": 0,
"order_detail_id": 0,
"reason": "string",
"refund_amount": 0
}
],
"order_id": 0
}'{
"code": 0,
"data": null,
"msg": "string"
}