Authorization: Bearer ********************curl --location --request GET '/desktop/home/chart-data?filterTypes=previousMonth' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Business transaction chart fetched successfully!",
"data": [
{
"date": "2024-04-14",
"moneyIn": 131475,
"moneyOut": 28500,
"balance": 102975
},
{
"date": "2024-04-15",
"moneyIn": 131475,
"moneyOut": 28500,
"balance": 102975
},
{
"date": "2024-04-16",
"moneyIn": 131475,
"moneyOut": 3500,
"balance": 127975
},
{
"date": "2024-04-17",
"moneyIn": 131475,
"moneyOut": 28500,
"balance": 102975
}
]
}