{
"content": "string",
"type": "dingtalk_app",
"incident_id": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/template/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"type": "dingtalk_app",
"incident_id": "string"
}'
{
"error": {},
"data": {
"content": "string",
"success": true,
"message": "string"
}
}