Authorization: Bearer ********************curl --location '/assets//properties/mobile/list' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"trashed": false,
"_id": "string",
"clientId": "string",
"type": "string",
"description": "string",
"value": 0,
"year": "string",
"situationAt": [
{}
],
"irURL": "string"
}
],
"totalProperties": 0,
"totalValueProperties": 0,
"totalVehicles": 0,
"totalMachinery": 0
}