{
"id": 0,
"group": "string",
"notifyCode": "string",
"notifyName": "string",
"subject": "string",
"body": "string",
"str1": "string",
"str2": "string",
"str3": "string",
"isGlobal": 0,
"notifyTime": 0,
"createdTime": 0
}
curl --location --request POST '/api/v1/system/notify/message/info/update' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"group": "string",
"notifyCode": "string",
"notifyName": "string",
"subject": "string",
"body": "string",
"str1": "string",
"str2": "string",
"str3": "string",
"isGlobal": 0,
"notifyTime": 0,
"createdTime": 0
}'
{
"code": "200",
"msg": "string"
}