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