curl --location --request GET 'https://api.managem.co.uk/search/hierarchy'
[
{
"facets": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"slug": "string",
"title": "string",
"count": 0,
"hierarchy": [
{
"facets": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"slug": "string",
"title": "string",
"count": 0,
"released": "string",
"hierarchy": [
{
"facets": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"slug": "string",
"title": "string",
"count": 0
}
]
}
]
}
]