Success
const response = await fetch('/api/app/invoice/print/{invoiceId}', { method: 'POST', headers: {}, }); const data = await response.json();
{ "fileName": "text", "content": "Ynl0ZXM=" }