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