A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/sign_commands', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "batched_commands_id": "Ynl0ZXM=" }