curl --location --request GET 'https://api.cne.cl/api/ea/venta/combustibleliquido/mensual' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"anio": 0,
"region_cod": 0,
"region_nombre": "string",
"grupo_combustible": "string",
"tipo_combustible": "string",
"tipo_de_venta": "string",
"volumen_m3": "string",
"mes": 0
}
],
"total": 0
}