curl --location 'https://webdiff.perk-net.com/api/open/notifyTemplate/list?taskType=&ruleType=' \
--header 'token: 19059c06a4024a0e99214e4a05cc84a1'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"userId": 0,
"code": "string",
"name": "string",
"taskType": "string",
"ruleType": "string",
"titleTpl": "string",
"bodyTpl": "string",
"isBuiltin": 0,
"isDefault": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
]
}