Unlocking the account (enables harvesting)
""
const response = await fetch('https://xem.nownodes.io/account/unlock', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();