Authorization: Bearer ********************curl --location '/assets//properties/urban/list' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"trashed": true,
"_id": "string",
"clientId": "string",
"type": "string",
"county": "string",
"state": "string",
"description": "string",
"totalArea": 0,
"value": 0,
"year": "string",
"irURL": "string",
"situationAt": [
{
"data": "string",
"value": 0
}
]
}
],
"totalProperties": 0,
"totalValueProperties": 0
}