curl --location --request GET 'http://localhost:8080/api/v1/accounting/settlement/performance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"metric": "cost_saving",
"unit": "만원",
"data": [
{
"year": 2023,
"monthly": [
{
"month": 1,
"value": 270
},
{
"month": 2,
"value": 190
},
{
"month": 3,
"value": 220
},
{
"month": 4,
"value": 190
},
{
"month": 5,
"value": 190
},
{
"month": 6,
"value": 220
},
{
"month": 7,
"value": 220
},
{
"month": 8,
"value": 190
},
{
"month": 9,
"value": 190
},
{
"month": 10,
"value": 220
},
{
"month": 11,
"value": 190
},
{
"month": 12,
"value": 220
}
]
},
{
"year": 2024,
"monthly": [
{
"month": 1,
"value": 300
},
{
"month": 2,
"value": 220
},
{
"month": 3,
"value": 230
},
{
"month": 4,
"value": 220
},
{
"month": 5,
"value": 210
},
{
"month": 6,
"value": 220
},
{
"month": 7,
"value": 220
},
{
"month": 8,
"value": 220
},
{
"month": 9,
"value": 210
},
{
"month": 10,
"value": 220
},
{
"month": 11,
"value": 210
},
{
"month": 12,
"value": 220
}
]
}
],
"summary": {
"yearly_improvement_rate": 18,
"yearly_improvement_description": "2023년 대비 2024년 운영 비용 절감률",
"current_year_total_saving": 1850,
"cumulative_total_saving": 5820
}
}