curl --location --request GET 'https://api.findable.ai/building_owners//buildings//report?country&locale' \
--header 'x-api-key: <api-key>'{
"themes": [
{
"id": "string",
"nameId": "string",
"theme": "string",
"name": "string",
"description": "string",
"laws": "string",
"discipline": "string",
"nameParentId": "string",
"comment": "string",
"status": "string",
"parentId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"progressDetails": [
{
"theme": "string",
"progress": 0,
"total": 0,
"percentage": 0
}
]
}