Return user profile (email, nickname, name, photo, balance)
Users can only access own profile (auth check)
Return 404 if user not found
Return 401 if unauthorized
**Acceptance Criteria:**
- [ ] Return user profile (email, nickname, name, photo, balance)
- [ ] Users can only access own profile (auth check)
- [ ] Return 404 if user not found
- [ ] Return 401 if unauthorized
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Acceptance Criteria:
Create GET /api/users/{id} profile endpointto Create GET /api/users/me profile endpoint