Get current user info
GET/users/me
Retrieve profile information for the currently authenticated user, including their name, email, and avatar.
Responses
- 200
- 401
The current user's profile information.
Unauthorized — the Bearer token is missing, invalid, or expired.