curl --location --request PATCH 'https://fullers.flamesware.com/api/v1/restaurant/orders/212/status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"status": "preparing"
}'
{}