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