Authorization: Bearer ********************curl --location --request GET '/desktop/multiple-business-reports/cash-flow?criteria=this_year&businessIds=2,166' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Total combined cashflow summary fetched successfully!",
"data": {
"totalSales": "€ 261,000.00",
"unFormattedTotalSales": 261000,
"totalExpenses": "€ 17,500.00",
"unFormattedTotalExpenses": 17500,
"profit": "€ 243,500.00",
"unFormattedProfit": 243500
}
}