curl --location --request GET '/zk/erp-registration/report/tax-cost-statistics'
{
"code": 0,
"data": [
{
"month": "",
"orderAmount": 0.0,
"profit": 0.0,
"purchaseTaxCosts": 0.0,
"vehicleAndVesselTaxCosts": 0.0,
"testingFeeCost": 0.0,
"registrationFeeCost": 0.0,
"otherCosts": 0.0,
"subtotalOfCosts": 0.0
}
],
"msg": ""
}