Authorization: ********************{
"insuranceId": 0,
"stationId": "string",
"userId": "string",
"orderAmount": 0,
"banlancePayAmount": 0,
"presentPayAmount": 0,
"thirdPayAmount": 0,
"chargingCouponsPayAmount": 0,
"needPay": true,
"buySource": 0
}curl --location --request POST '/user/insurance-order/create' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"insuranceId": 0,
"stationId": "string",
"userId": "string",
"orderAmount": 0,
"banlancePayAmount": 0,
"presentPayAmount": 0,
"thirdPayAmount": 0,
"chargingCouponsPayAmount": 0,
"needPay": true,
"buySource": 0
}'{
"code": "string",
"msg": "string",
"data": {
"payOrderId": 0,
"tradeOrderId": "string",
"displayMode": "string",
"displayContent": "string",
"ppPaymentOrderNo": "string",
"payDescription": "string",
"payAmount": 0
},
"stackTraceMsg": "string"
}