Authorization: Bearer ********************curl --location --request GET '/desktop/reports/cash-flow?criteria=2023-01-01|2023-12-31' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Report cash flow summary fetched successfully!",
"data": {
"netMoneyIn": "$ 1,358,222.10",
"netMoneyOut": "$ 224,200.00",
"profit": "$ 1,134,022.10",
"unformattedMoneyIn": 1358222.1,
"unformattedMoneyOut": 224200,
"unformattedProfit": 1134022.1
}
}