curl --location --request POST 'https://api.routestripe.com/vehicle/store' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": null,
"title": "Vehicle 1",
"company_id": 85,
"capacity": 100,
"max_load": 2000,
"max_quantity": 1000,
"max_package_quantity": 1000,
"warehouse_id": 0,
"driver_id": 0,
"plate": "HA332A",
"status": 1,
"type": "auto",
"width": 0,
"height": 0,
"weight": 0,
"work_hour_start": "08:00",
"work_hour_end": "18:00",
"max_distance": 0,
"overtime": 0,
"speed_factor": 1,
"break_start": "",
"break_end": "",
"break_duration": 0,
"park_location_address": "",
"park_location_lat": 50.043529,
"park_location_lng": 30.516586,
"external_warehouse_id": "string",
"external_driver_id": "string"
}'