curl -X POST https://api.shippeek.com/book \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"id": "570665116d0bfce422911668",
"rateId": "34575116d0afce4229116467",
"schedulePickup": true,
"originCompany": "Acme Warehouse",
"originAddress": "123 Main St",
"originContactName": "John Smith",
"originContactPhone": "312-555-0100",
"originContactEmail": "john@acme.com",
"originDockHoursOpen": "9:00 AM",
"originDockHoursClose": "5:00 PM",
"originReferenceNumber": "ORD-2026-001",
"destCompany": "West Coast Distribution",
"destAddress": "456 Oak Ave",
"destContactName": "Jane Doe",
"destContactPhone": "310-555-0200",
"destContactEmail": "jane@westcoast.com",
"destReferenceNumber": "PO-88421"
}'