token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/statistics/tax' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"company_id": 0,
"year": 0,
"month": 0,
"in_amount": "string",
"out_amount": "string"
}
]
}