username:passwordAuthorization: Basic *****************curl --location --request GET 'http://localhost:8000/analytics/report?from&to&accountIds&categoryIds' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"result": {
"expenseSummary": {
"uid": "string",
"amount": 0,
"startDate": "string",
"endDate": "string",
"items": [
{
"categoryId": "string",
"category": {
"id": "string",
"breadcrumbs": [
[
"string"
]
],
"name": "string",
"description": "string",
"icon": "string",
"type": "GENERIC",
"parentCategoryId": "string",
"uid": "string"
},
"label": "string",
"amount": 0
}
]
},
"cashFlow": {
"income": 0,
"expense": 0,
"balance": 0,
"startDate": "string",
"endDate": "string",
"accountIds": [
[
"string"
]
]
},
"balanceTrend": {
"uid": "string",
"accountIds": [
[
"string"
]
],
"categoryIds": [
[
"string"
]
],
"categories": [
{
"id": "string",
"breadcrumbs": [
[
"string"
]
],
"name": "string",
"description": "string",
"icon": "string",
"type": "GENERIC",
"parentCategoryId": "string",
"uid": "string"
}
],
"startDate": "string",
"endDate": "string",
"balances": [
{
"balance": 0,
"date": "string"
}
]
}
},
"error": "string"
}