Build a Transform Data Broker for Knowledge Base Category Hierarchy
Goal: Return the Knowledge Base category hierarchy in the structure expected by the Content Tree component: [ { "id": "p1", "label": "Tree parent item", "children": [ { "id": "c1", "label": "Tree child item 1" }, { "id": "c2", "label": "...