curl --location --request GET '/zk/erp-cash-flow-register-new/report-by-type'
{
"code": 0,
"data": [
{
"department": "",
"category": "",
"incomePrevious": 0.0,
"expensePrevious": 0.0,
"profitLossPrevious": 0.0,
"incomeCurrent": 0.0,
"expenseCurrent": 0.0,
"profitLossCurrent": 0.0,
"incomeTotal": 0.0,
"expenseTotal": 0.0,
"profitLossTotal": 0.0
}
],
"msg": ""
}