Authorization: Bearer ********************curl --location --request POST '/vendorcredits//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Credits applied to Bill 1"
}'{
"code": 0,
"message": "Comments added.",
"comment": {
"comment_id": "460000000044027",
"vendor_credit_id": "460000000030049",
"description": "Credits applied to Bill 1",
"commented_by_id": "460000000024003",
"commented_by": "John David",
"date": "2017-01-18"
}
}