Authorization: Bearer ********************curl --location --request PUT '/invoices//comments/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "This is a comment.",
"show_comment_to_clients": true
}'{
"code": 0,
"message": "Comment has been updated."
}