Retreives the greylist for producer node
OK
const response = await fetch('https://eos.nownodes.io/v1/producer/get_greylist', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
[ "text" ]