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