x-token: ********************{
"charging": "string",
"coupon_id": 0,
"cycle_number": 0,
"notes": "string",
"order_type": 0,
"product_id": 0,
"renew": true
}curl --location --request POST 'https://api.gogpu.cn/user/order/RenewOrder' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"charging": "string",
"coupon_id": 0,
"cycle_number": 0,
"notes": "string",
"order_type": 0,
"product_id": 0,
"renew": true
}'{
"code": 0,
"data": 0,
"msg": "string"
}