curl --location --request GET 'https://cgv-prd-fines-api.contele.io/api/v1/cost_per_month?start_date&end_date' \
--header 'x-api-key;'
{
"response": {
"cost_per_month": [
{
"month": 0,
"year": 0,
"quantity_of_fines": 0,
"total_cost": 0,
"average_cost": 0
}
],
"summary": {
"total_fines_quantity": 0,
"total_fines_cost": 0,
"total_months": 0
}
}
}