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