Get current user
GET/api/auth/me
Returns information about the currently authenticated user
Responses
- 200
- 401
- 404
User information
Unauthorized
User not found
GET/api/auth/me
Returns information about the currently authenticated user
User information
Unauthorized
User not found