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