x-token: ********************{
"address_id": 0,
"charging": "string",
"coupon_id": 0,
"cpu_expansion": 0,
"cycle_number": 0,
"disk_expansion": 0,
"good_id": 0,
"image_id": 0,
"image_type": 0,
"memory_expansion": 0,
"notes": "string",
"number": 0,
"order_type": 0,
"renew": true,
"reserve_disk": 0,
"sub_type": 0,
"use_points": 0
}curl --location --request POST 'https://api.gogpu.cn/sub_account/order/CreateOrder' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_id": 0,
"charging": "string",
"coupon_id": 0,
"cpu_expansion": 0,
"cycle_number": 0,
"disk_expansion": 0,
"good_id": 0,
"image_id": 0,
"image_type": 0,
"memory_expansion": 0,
"notes": "string",
"number": 0,
"order_type": 0,
"renew": true,
"reserve_disk": 0,
"sub_type": 0,
"use_points": 0
}'{
"code": 0,
"data": 0,
"msg": "string"
}