Post a new comment in task.
curl --request POST \ --url https://api.teamcamp.app/v1.0/task/{taskId}/comments \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "content": "<string>" }'
{ "commentId": "<string>", "content": "<string>" }
Comment's content
The unique identifier of the comment in the task.
The unique identifier of the user who posted the message.