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