curl --location --request GET 'https://api.cne.cl/api/ea/netbilling' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"fecha_ingreso": "string",
"anio": 0,
"mes": 0,
"potencia_kw": "string",
"tecnologia": "string",
"region": "string",
"comuna": "string",
"orden": 0
}
],
"total": 0
}