curl --location --request POST '/user/order/create' \
--header 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.65(0x1800412c) NetType/WIFI Language/zh_CN' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"openId": "oAvqa6078AUNNA9Sq-Zh3jzg4z4w",
"userId": "841162740949",
"stationId": "1977656947298271235",
"useBalance": true,
"timeLabel": "充满",
"chargeType": "1",
"equipmentId": "XZ0002",
"equipmentType": "1",
"portId": "4",
"totalTime": "0",
"useChargePackage": false,
"useTimePackageOnlyServiceFee": false,
"useTimePackageChargingServiceFee": false,
"chargingCouponsIds": null,
"useWhiteList": 0,
"paymentMethod": 1,
"walletCardNumber": null,
"onlyUsePackageCharging": false,
"useRemainingBalance": 2
}'