pub async fn list_comments( api_key: &str, issue_id_or_identifier: &str, ) -> Result<Vec<LinearComment>, String>