Authorization: Bearer ********************{
"vins": [
"string"
],
"deptIds": [
"string"
],
"current": "string",
"pageSize": "string"
}curl --location --request POST '/web/vehicle-query/v1.0/vehicle-offline/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vins": [
"string"
],
"deptIds": [
"string"
],
"current": "string",
"pageSize": "string"
}'{}