Authorization: Bearer ********************curl --location --request GET '/api/cps/app/component/childNodes?id&type' \
--header 'Authorization: Bearer <token>'[
{
"id": "",
"text": "",
"state": {
"opened": false,
"disabled": false,
"selected": false,
"undetermined": false
},
"parent": "",
"children": {},
"type": "",
"li_attr": {
"": {}
}
}
]