curl --location --request POST 'https://api.routestripe.com/routing-route/store' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicle_id": 106,
"driver_id": 0,
"query_id": 0,
"warehouse_id": 110,
"plan_id": 142,
"position": 1,
"status": 1,
"is_locked": 0,
"start_location_type": "W",
"start_location_lng": 30.516586,
"start_location_lat": 50.043529,
"start_location_address": "",
"end_location_type": "N",
"end_location_lng": 30.516586,
"end_location_lat": 50.043529,
"end_location_address": "",
"vehicle_settings": "{\"work_hour_start\":\"08:00\",\"work_hour_end\":\"18:00\",\"has_breaks\":0,\"speed_factor\":\"1.0\",\"max_distance\":0,\"overtime\":0,\"break_duration\":0}",
"statistic_overdue_time": 0,
"statistic_out_of_turn": 0,
"external_warehouse_id": "string",
"external_driver_id": "string",
"external_vehicle_id": "string"
}'