Authorization: Bearer ********************{
"name": "Food Stuff Order",
"category": "Office Appliance",
"description": "1 pressing iron \n 1 Microwave",
"delivery_details": {
"address": "Admiralty Way, Lekki Phase 1, Lagos State",
"state": "Lagos",
"phone": "08039458712"
}
}curl --location --globoff 'https://api.enviablelogistics.com/errand/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Food Stuff Order",
"category": "Office Appliance",
"description": "1 pressing iron \n 1 Microwave",
"delivery_details": {
"address": "Admiralty Way, Lekki Phase 1, Lagos State",
"state": "Lagos",
"phone": "08039458712"
}
}'{"data":null,"message":"Errand created successfully"}