A successful response.
const response = await fetch('https://thor.nownodes.io/cosmos/gov/v1/constitution', { method: 'GET', headers: {}, }); const data = await response.json();
{ "constitution": "text" }