A successful response.
const response = await fetch('https://tia-rest.nownodes.io/cosmos/circuit/v1/disable_list', { method: 'GET', headers: {}, }); const data = await response.json();
{ "disabled_list": [ "text" ] }