pub async fn update_viewer_user_profile(
configuration: &Configuration,
update_viewer_user_profile_request: UpdateViewerUserProfileRequest,
) -> Result<User, Error<UpdateViewerUserProfileError>>Expand description
Update the profile of the authenticated user.