meta { name: Imperative type: http seq: 3 } post { url: {{API_BASE}}/calcDeliveryPath body: json auth: inherit } body:json { [ { "id": 5, "date": "2025-11-22", "time": "09:30", "requirements": { "capacity": 0.75, "heating": false, "maxCost": 13.5 }, "delivery": { "lng": -3.167074009381139, "lat": 55.94740195123114 } }, { "id": 6, "date": "2025-11-22", "time": "09:35", "requirements": { "capacity": 0.85, "heating": true, "maxCost": 13.5 }, "delivery": { "lng": -3.1891515471685636, "lat": 55.95347060952466 } } ] } settings { encodeUrl: true timeout: 0 }