curl --location --request PATCH 'https://fullers.flamesware.com/api/v1/restaurant/orders/155/confirm' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"estimated_delivery_time": 25
// "notes": "Order confirmed. Will be ready in 25 minutes."
}'
{}