{
"id": "SMS_xxxxxx",
"name": "告警提醒",
"type": "1",
"content": "您好,cola提醒您, 您的SN为${sn}的设备正在告警:${message}(请及时处理)。"
}curl --location 'ssiot.cc/api/notification/template/modify' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '{
"id": "SMS_xxxxxx",
"name": "告警提醒",
"type": "1",
"content": "您好,cola提醒您, 您的SN为${sn}的设备正在告警:${message}(请及时处理)。"
}'{}