For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/projects//structure' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"towers": [
{
"tower": {
"name": "Tower A",
"totalFloors": 15
},
"floorPlans": [
{
"unitType": "APARTMENT",
"label": "3BHK",
"countPerFloor": 2
}
]
}
],
"zones": [],
"amenities": {
"specific": [],
"inherited": []
}
}