Authorization: Bearer ********************[
"string"
]curl --location --request POST '/web/vehicle-query/v1.0/mileage-statistics/mileage-date-vins' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'{
"code": 0,
"msg": "string",
"data": [
{
"vin": "string",
"plateNumber": null,
"mileage": null,
"intervalMileage": 0,
"avgMileage": null,
"date": null
}
]
}