Submit an order via the API — the AI will route it to the nearest driver and send an SMS to your phone.
POST /api/orders
curl -X POST https://dashly-zzun.polsia.app/api/orders \n -H "Content-Type: application/json" \n -d '{
"customer_name": "Alex Rivera",
"customer_phone": "+15551234567",
"pickup_address": "123 Main St, NYC",
"dropoff_address": "456 Park Ave, NYC"
}'