Problem
Users have no API endpoint to view or update their own profile. The User entity and UsersService exist but there is no controller exposing them to authenticated users.
Proposed Solution
Create a UserProfileController inside backend/src/module/user-profile/. This module must be self-contained and must not modify any existing files outside the module folder.
Acceptance Criteria
Problem
Users have no API endpoint to view or update their own profile. The User entity and UsersService exist but there is no controller exposing them to authenticated users.
Proposed Solution
Create a UserProfileController inside
backend/src/module/user-profile/. This module must be self-contained and must not modify any existing files outside the module folder.Acceptance Criteria