{ "user": { "id": "<string>", "email": "<string>", "name": "<string>", "role": "<string>" } }
Returns the currently authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current user info
The response is of type object.
object