Возвращает список марок транспортных средств
curl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/Info/vehicleBrands?search=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/Info/vehicleModels?brand=0&search=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/Info/vehicleColors?search=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/Info/carTypes?search=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
https://dev.api.exodrive.ai/api/v2/Info/fuelTypes \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/Info/emissionStandards?search=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response example