Authorization: Bearer ********************{
"vin":"123",
"type":"complete"
}curl --location --request POST '/api/v1.0/admin/info/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vin":"123",
"type":"complete"
}'{}