Authorization: Bearer ********************curl --location --request POST '/estimates//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Estimate marked as sent",
"show_comment_to_clients": true
}'{
"code": 0,
"message": "Comments added"
}