{
"id": 1024,
"name": "测试模版",
"code": "SEND_TEST",
"type": 1,
"nickname": "土豆",
"content": "我是模版内容",
"status": 1,
"remark": "我是备注"
}curl --location --request POST '/admin-api/system/notify-template/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"name": "测试模版",
"code": "SEND_TEST",
"type": 1,
"nickname": "土豆",
"content": "我是模版内容",
"status": 1,
"remark": "我是备注"
}'{
"code": 0,
"data": 0,
"msg": "string"
}