Creates a snapshot for producer node
Defines the snapshot to be created
OK
Returns Nothing
const response = await fetch('https://eos.nownodes.io/v1/producer/create_snapshot', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "next": {} }), }); const data = await response.json();