pub async fn add_comment( t: &Transport, case_id: &str, comment: &str, ) -> Result<Case>
Add a user comment; the response is the updated case.