curl --location --request PATCH 'https://fullers.flamesware.com/api/v1/driver/deliveries/149/status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '// {
// "status": "picked_up",
// "notes": "Order picked up from restaurant"
// }
// {
// "status": "on_the_way",
// "notes": "Heading to customer location"
// }
{
"status": "delivered",
"notes": "Order delivered successfully to customer"
}'
{
"message": "Unauthenticated."
}