{
"title": "string",
"content": "string",
"typeId": "string",
"status": 0,
"groupIdList": [
"string"
],
"attachments": "string",
"id": "string"
}
curl --location --request PUT '/ab-bpm/cms/cmsNotify/updateDto' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"typeId": "string",
"status": 0,
"groupIdList": [
"string"
],
"attachments": "string",
"id": "string"
}'
{}