{
"class": "Device",
"filter": "{\"keys\":[\"parentId\",\"name\"]}",
"parent": "parentId"
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/tree' \
--header 'Content-Type: application/json' \
--data-raw '{
"class": "Device",
"filter": "{\"keys\":[\"parentId\",\"name\"]}",
"parent": "parentId"
}'
{}