curl --location --request GET '/zk/erp-registration/report/income-and-expenditure-statistics'
{
"code": 0,
"data": [
{
"month": "",
"purchaseTax": 0.0,
"vehicleAndVesselTax": 0.0,
"testingFee": 0.0,
"registrationFee": 0.0,
"otherExpenses": 0.0,
"orderAmount": 0.0
}
],
"msg": ""
}