A successful response.
params holds all the parameters of this module.
const response = await fetch('https://stride.nownodes.io/Stride-Labs/stride/icacallbacks/params', { method: 'GET', headers: {}, }); const data = await response.json();
{}