Pause producer node
OK
returns status
const response = await fetch('https://eos.nownodes.io/v1/producer/pause', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
false