post https://cloud.digifi.io/v2/los/api/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",
"author": "1223ef23fefef23fefef",
"authorType": "borrower"
}