curl --location --request POST 'https://api.routestripe.com/routing-plan/store' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Plan 12",
"company_id": 85,
"warehouse_id": 110,
"query_id": 0,
"squash_duration": 1,
"avoid_tolls": 1,
"avoid_highways": 0,
"solving_time": null,
"exploration": null,
"status": 1,
"settings": "{}",
"solution": "{}",
"service_date": "2025-09-17",
"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}",
"visit_balance_coefficient": 0,
"external_warehouse_id": "string"
}'