A successful response.
const response = await fetch('https://inj.nownodes.io/injective/oracle/v1beta1/stork_publishers', { method: 'GET', headers: {}, }); const data = await response.json();
{ "publishers": [ "text" ] }