**Description:** Endpoint `GET /auth/me` to hydrate the frontend on page refresh. **Requirements:** * Fetches the core User data + the associated Role Profile (using Mongoose `.populate()` or manual lookup). **Acceptance Criteria:** * [ ] Returns comprehensive JSON combining Auth data and Profile data based on role.