curl --location --request GET 'https://api.astravue.com/v1/time-track/reports/global?groupBy&startDate&endDate&page&size&searchCriteria' \
--header 'X-Org-Id;' \
--header 'Authorization: Bearer <token>'{
"items": [
{}
],
"totalCount": 25,
"page": 0,
"size": 20,
"totalPages": 2,
"hasNext": true,
"hasPrevious": false
}