createCaseComment

Adds a comment to an existing case.

Samples

// Invoke CreateCaseComment
val resp = securityIrClient.createCaseComment {
    caseId = "8403556009"
    body = "Case comment body."
}