- [x] Create `/api/profile` endpoint show current user information - [ ] Update current user profile - [ ] `UpdateProfileDto` - [ ] Validation editable fields - [ ] User profile includes: - [x] Basic information (username, email, phone, birthdate, sex,…) - [ ] Advance information (likes job, school, work,…) - [ ] List media filter by topic (after completed friends module) - [ ] List friends - [ ] Follower counts
/api/profileendpoint show current user informationUpdateProfileDto(after completed friends module)