curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"templates": [
{
"config": {
"default_enabled_rule_level": "string",
"default_type": "string",
"is_default": true
},
"name": "string",
"template_id": 0,
"used_by": [
"string"
]
}
]
}
}