A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/authority/policies', { method: 'GET', headers: {}, }); const data = await response.json();
{ "policies": { "items": [ { "policy_type": "groupEmergency", "address": "text" } ] } }