post https://cloud-api-los.digifi.io/comments
How to create an comment using the DigiFi API.
The Create Comment API is used to create a comment.
Example Request
Below please find the JSON body for an example request:
{
"message": "Some message",
"reference": "600aa925bf3eeb95bdd67c54",
"referenceType": "task"
}