Create a comment
POST /io/card/:cardId/comment
Create a comment.
Example Request
{
"text": "Sample comment body"
}
Example Successful Response
201 Created
{
"id": "947429871",
"createdOn": "2019-12-11T20:23:17Z",
"createdBy": {
"id": "478440842",
"emailAddress": "user@leankit.com",
"fullName": "First Last",
"avatar": "https://myaccount.leankit.com/avatar/Show/478440842?s=25"
},
"text": "Sample comment body"
}

