{
"comCode": "211100000000",
"vin": ""
}
curl --location --request POST '10.207.138.234:9243/cic/platform/car/all/vehicleInfoPrefill' \
--header 'Content-Type: application/json' \
--data-raw '{
"comCode": "211100000000",
"vin": ""
}'
{
"status": "string",
"message": "string",
"errorCode": "string",
"errorResponseCode": "string",
"timestamp": "string",
"data": {}
}