Authorization: Bearer ********************{}curl --location --request POST '/web/vehicle-info/v1.0/vehicle-mes-attr/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"total": 0,
"rows": [
{
"vin": "string",
"fuelType": "string",
"type": "string",
"batteryBrand": "string",
"batterySize": "string",
"fuelTankSize": "string",
"drivingCab": "string",
"transmission": "string",
"driveForm": "string",
"color": "string",
"axleRatio": "string",
"createTime": "string",
"creator": null,
"updateTime": "string",
"updator": null
}
],
"code": 0,
"msg": "string"
}