POST /api/auth/comment
POST Params
Param: projectId
id of the project for which to update the thumbnail
Param: text
the text body of the comment to be posted
Param: replyId optional
id of the comment this is a reply to.
Example of returned JSON
{
"success": true
}