curl --request POST \
--url [https://dev.api.fleets.usedora.com/api/v1/deliveries](https://dev.api.fleets.usedora.com/api/v1/deliveries) \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"customer_name": "Jane Smith",
"customer_phone": "+2348011112222",
"pickup_address": "100 Adetokbo Ademola St, Victoria Island, Lagos",
"pickup_instructions": "Ask for 'Dora Pickup' at the front desk.",
"dropoff_address": "50B Fola Osibo Rd, Lekki Phase 1, Lagos",
"dropoff_instructions": "Call customer on arrival. Leave at the gate if no answer.",
"package_description": "1x box of documents",
"payment_method": "card",
"payment_status": "paid"
}'