{ "request": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/create_task", "headers": { "Authorization": "Bearer ", "Content-Type": "application/json" }, "body": { "external_id": "order-abc-123", "title": "Curbside pickup #1042", "scheduled_at": "2026-05-25T15:00:00Z", "no_later_than": "2026-05-25T17:00:00Z", "team_ids": [42], "customer": { "external_id": "cust-7777", "name": "Jane Doe", "phone": "+15551234567", "address": "1600 Pennsylvania Ave NW", "city": "Washington", "state": "DC", "zipcode": "20500", "country": "US" }, "way_points": [ { "position": 1, "address": "Store #42, 123 Main St, Washington, DC", "lat": 38.9072, "lng": -77.0369 }, { "position": 2, "address": "1600 Pennsylvania Ave NW, Washington, DC", "lat": 38.8977, "lng": -77.0365, "scheduled_at": "2026-05-25T16:30:00Z" } ] } }, "response": { "status": 200, "body": { "id": 98765432, "external_id": "order-abc-123", "status": 0, "ready_to_execute": false, "created_at": "2026-05-25T14:35:12Z" } } }