**Description:** Return the authenticated user's profile information. **Tasks:** - [ ] Create `GET /api/users/me` - [ ] Require authentication - [ ] Return user document excluding sensitive fields (`password`, refresh token) **Acceptance Criteria:** Returns current user's profile with `200 OK`. ---
Description:
Return the authenticated user's profile information.
Tasks:
GET /api/users/mepassword, refresh token)Acceptance Criteria:
Returns current user's profile with
200 OK.