Authorization: ********************
curl --location --request GET 'https://my.xentree.com/api/auth/me' \ --header 'Authorization: Bearer <token>'
{ "id": "string", "username": "string", "email": "user@example.com", "full_name": "string", "nickname": "string" }