Creates new comments for given task. Each comments requires a task_id,
text, a task_status and a person as arguments.
POST
/actions/tasks/batch-comment
curl \
--request POST 'http://api.example.com/actions/tasks/batch-comment' \
--header "Authorization: $API_KEY"