curl --location --request POST 'https://fullers.flamesware.com/api/v1/restaurant/settings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_open": 1,
"estimated_delivery_time": 45
}'
{
"message": "Unauthenticated."
}