Updates a user’s profile with expertise, bio, education, and experiences.
expertise
(an array of strings), bio
, education
(an array of education objects), and experiences
(an array of experience objects).The username of the profile to update.
Profile fields to update.
Request body for updating a user profile.
User profile updated successfully.
The response is of type object
.