OK
const response = await fetch('https://akt.nownodes.io/minting/annual-provisions', { method: 'GET', headers: {}, }); const data = await response.json();
text