Authorization: Bearer ********************curl --location '/assets//properties/rural?page=undefined&year=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"propertyId": "string",
"name": "string",
"type": "string",
"totalArea": 0,
"value": 0,
"isGEORef": true,
"areaOwned": 0,
"areaOwnedPercent": 0,
"state": "string",
"city": "string",
"irURL": "string",
"year": "string"
}
],
"areas": {
"owned": 0,
"leased": 0,
"inSociety": 0,
"partnership": 0
},
"properties": {
"owned": 0,
"leased": 0,
"inSociety": 0,
"partnership": 0
},
"totalArea": 0,
"totalValue": 0
}