post https://api.cloud.digifi.io/comments
How to create a task comment using the DigiFi API.
The Create Task Comment API is used to create a comment for a task.
Example Request
Below please find the JSON body for an example request:
{
"message": "Some message",
"taskId": "63cd069bbe5efa60b4e94d89",
"authorId": "63cd06948257a25e2cd881f1",
"authorType": "borrower"
}