Open ceydanursen opened 4 days ago
I have implemented profile page (serializers and views). After working with Ozan, we decided to use user_id for delete profile.
Also some extra checks to ensure only the user can delete his/her profile should be added.
🧱 Description
A new endpoint is required to manage user profile data in the application. This endpoint should allow authenticated users to retrieve and update their profile information. The profile should include details such as the user's name, email, avatar, and other relevant fields.
To be reviewed by: @meminciftci
📋 Acceptance Criteria