Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/external_resource/fiscal_notes/horizontal_analysis/12456606000115'
{
"billings": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"employeeGrowths": [
{
"employeeGrowth": 0,
"growth": 0,
"year": 0
}
],
"expenses": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"taxs": [
{
"cofins": 0,
"icms": 0,
"ipi": 0,
"month": "string",
"pis": 0,
"year": 0
}
]
}