Requesting harvest info data for an account
const response = await fetch('https://xem.nownodes.io/account/harvests', { method: 'GET', headers: {}, }); const data = await response.json();