Authorization: Bearer ********************curl --location '/assets/liabilities/?page=undefined&year=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"_id": "string",
"type": "string",
"description": "string",
"value": 0,
"year": "string",
"situationAt": [
{}
]
}
],
"next": true,
"totalValue": 0
}