Get current user
GET/authentication/me
Retrieves the current authenticated user.
Responses
- 200
- 401
- 500
The current user is successfully returned.
The request lacks valid authentication credentials.
An internal error occurred while processing the request.