{
"id": 0,
"customerNo": "string",
"name": "string",
"phone": "string",
"startMileage": 0,
"endMileage": 0,
"adjustPercent": 0,
"type": 0
}curl --location --request POST '/api/cps/customer/enterpriseTravel/insertCustomerPolicy' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"customerNo": "string",
"name": "string",
"phone": "string",
"startMileage": 0,
"endMileage": 0,
"adjustPercent": 0,
"type": 0
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}