Title: [Users] Implement update user profile endpoint
Tags: backend, users, feature, good first issue
Description:
Allow authenticated users to update their display name and avatar.
Acceptance Criteria:
Files: src/routes/users.routes.ts, src/controllers/users.controller.ts
Title:
[Users] Implement update user profile endpointTags:
backend,users,feature,good first issueDescription:
Allow authenticated users to update their display name and avatar.
Acceptance Criteria:
PATCH /users/me— requires auth.username,avatarUrl.200with updated user object.409on duplicate username.Files:
src/routes/users.routes.ts,src/controllers/users.controller.ts