{
"success": true,
"data": {
"period": {
"from": "2025-01-01",
"to": "2025-01-31"
},
"total_income": 150000,
"total_expenses": -85000,
"net": 65000,
"transaction_count": 234,
"by_category": {
"Sales": 145000,
"Other Income": 5000,
"Payroll": -45000,
"Office Supplies": -8000,
"Software Subscriptions": -12000,
"Utilities": -5000,
"Professional Services": -15000
},
"by_accounting_category": {
"Net Sales": 145000,
"Other Income": 5000,
"Administrative Expenses": -35000,
"Sales Expenses": -20000,
"Technology Tools Expenses": -15000,
"General Expenses": -15000
}
}
}