pub async fn create_case_comment(
configuration: &Configuration,
case_id: &str,
input_comment: InputComment,
x_organisation: Option<&str>,
) -> Result<OutputComment, Error<CreateCaseCommentError>>pub async fn create_case_comment(
configuration: &Configuration,
case_id: &str,
input_comment: InputComment,
x_organisation: Option<&str>,
) -> Result<OutputComment, Error<CreateCaseCommentError>>