Authorization: Bearer ********************{
"platformId": 0,
"datasetId": 0,
"vin": "string"
}curl --location --request POST '/web/data-middle-platform/access/v1.0/dataset/menu/vehicle/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformId": 0,
"datasetId": 0,
"vin": "string"
}'{}