{
"templateId": 0,
"titleTpl": "string",
"bodyTpl": "string",
"taskType": "string",
"ruleType": "string"
}curl --location 'https://webdiff.perk-net.com/api/open/notifyTemplate/preview' \
--header 'token: 19059c06a4024a0e99214e4a05cc84a1' \
--header 'Content-Type: application/json' \
--data '{
"templateId": 0,
"titleTpl": "string",
"bodyTpl": "string",
"taskType": "string",
"ruleType": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"title": "string",
"bodyMarkdown": "string",
"bodyHtml": "string",
"bodyText": "string"
}
}