pub async fn reset_password( default_homeserver_url: String, sid: String, client_secret: String, new_val: String, ) -> Result<bool>