{
"insuranceType": "00",
"vehicleInfoList": [
{
"rackNo": "",
"engineNo": "",
"licensePlateNo": "",
"licensePlateType": "",
"ownerName": ""
}
]
}
curl --location --request POST '10.207.138.234:9243/busreg/local/vehicle/shanghai/trafficUpload/trafficUpload' \
--header 'Content-Type: application/json' \
--data-raw '{
"insuranceType": "00",
"vehicleInfoList": [
{
"rackNo": "",
"engineNo": "",
"licensePlateNo": "",
"licensePlateType": "",
"ownerName": ""
}
]
}'
{}