Lists the instantaneous generation readings for every project
/energy/instantaneous
curl -L \ --url 'https://api.ecosuite.io//energy/instantaneous' \ --header 'Authorization: YOUR_API_KEY'
{ "generation": 1, "timestamp": 1, "projects": [ { "generation": 1 } ] }