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