the request containing the required fields
successful operation
const response = await fetch('https://egld.nownodes.io/transaction/send-user-funds', { method: 'POST', headers: {}, }); const data = await response.json();
{ "error": "text", "code": "text" }