curl --location --request POST 'https://unified-dev.digit.org/boundarys/_search?tenantId=undefined&boundaryIds=undefined&boundaryNum=undefined&boundaryType=undefined&hierarchyType=undefined&codes=undefined'{
"ResponseInfo": {},
"Boundary": [
{
"tenantId": "string",
"hierarchyType": {
"id": "string",
"code": "string",
"name": "string",
"label": "string"
},
"boundary": [
{
"code": "string",
"name": "string",
"label": "string",
"latitude": "string",
"longitude": "string",
"children": [
{}
],
"materializedPath": "string"
}
]
}
]
}