Authorization: Bearer ********************curl --location --request POST '/projects//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Billing based on task hours"
}'{
"code": 0,
"message": "Comments added.",
"comments": [
{
"project_id": "460000000044019",
"comment_id": "460000000044027",
"description": "The New York State Department of Taxation and Finance",
"commented_by_id": "460000000024003",
"commented_by": "John David",
"date": "2013-10-01",
"date_description": "19 days ago",
"time": "6:52 PM"
}
]
}