curl --location 'https://api.boxnmove.combusiness/standard/dispatch' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '[
{
"latitude": 28.6139,
"longitude": 77.2090,
"address": "221B Connaught Place, New Delhi",
"deliveryNote": "Call before arrival",
"contactMobile": "9876543210",
"contactName": "Rahul Sharma",
"otp": "4589",
"clientRefId": "ORD10001",
"weight": 2.5,
"quantity": 1,
"city": "Delhi",
"amount": 750,
"paymentMode": "Prepaid",
"orderDate": "2026-01-24T10:30:00Z",
"PinCode": "122018"
},
{
"latitude": 28.4595,
"longitude": 77.0266,
"address": "DLF Cyber Hub, Phase 3",
"deliveryNote": "Security gate pickup",
"contactMobile": "9123456789",
"contactName": "Amit Verma",
"otp": "",
"clientRefId": "ORD10002",
"weight": 1.2,
"quantity": 2,
"city": "Gurugram",
"amount": 1200,
"paymentMode": "Cod",
"orderDate": "2026-01-24T12:00:00Z",
"PinCode": "122018"
}
]'