Authorization: Bearer ********************curl --location --request POST '/invoices//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "This is a comment.",
"payment_expected_date": "string",
"show_comment_to_clients": true
}'{
"code": 0,
"message": "Comment has been added",
"comment": {
"comment_id": "460000000044027",
"description": "The New York State Department of Taxation and Finance",
"commented_by_id": "460000000024003",
"commented_by": "John David",
"comment_type": "system",
"date": "2013-10-01",
"date_description": "19 days ago",
"time": "6:52 PM",
"operation_type": "Added"
}
}