curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/collect-tpls' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"name": "string",
"device_type": "string",
"brand": "string",
"models": [
"string"
],
"note": "string",
"config": "string",
"threshold": {},
"collect_disabled": 0
}
],
"err": "string"
}