Get authenticated user
GET {{baseUrl}}/me
Gets information about the authenticated user.
Note:
This API returns a different response for users with the [Guest role]
RESPONSES
status: OK
{"user":{"id":12345678,"username":"taylor-lee","email":"taylor.lee@example.com","fullName":"Taylor Lee","avatar":null,"isPublic":true,"teamId":0,"teamName":"","teamDomain":"","roles":["user"]}}