{
"commentType": 0,
"commentContent": "string",
"msgId": "string"
}
curl --location --request POST '/ab-bpm/cms/cmsComments/save' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"commentType": 0,
"commentContent": "string",
"msgId": "string"
}'
{}