{
"condition": [
"string"
],
"disabled": true,
"duration": 0,
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"interval": 0,
"messageType": [
"string"
],
"name": "string",
"range": "string"
}curl --location --request PUT '/core/messageclean/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
"string"
],
"disabled": true,
"duration": 0,
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"interval": 0,
"messageType": [
"string"
],
"name": "string",
"range": "string"
}'{
"status": "OK"
}