pub fn create_group_chat_session( title: Option<String>, participant_dids: Vec<String>, ) -> Result<String, String>