A successful response.
params defines the parameters of the module.
const response = await fetch('https://luna.nownodes.io/async-icq/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "host_enabled": false, "allow_queries": [ "text" ] } }