const response = await fetch('https://eos.nownodes.io/v1/producer/schedule_protocol_feature_activations', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"schedule": {}
}),
});
const data = await response.json();