pub async fn manage_user( user_id: String, username: String, mongo_client: &Client, is_command_suggestion: bool, ) -> Result<(), Error>