Authorization: Bearer ********************curl --location '/queries/companies/?page=undefined&text=undefined&month=undefined&year=undefined' \
--header 'Authorization: Bearer <token>'{
"totalCost": 0,
"items": [
{
"billingId": "string",
"userName": "string",
"products": [
{
"name": "string"
}
],
"cost": 0,
"clientName": "string",
"clientId": "string",
"taxId": "string",
"createdAt": "string"
}
]
}