OK
const response = await fetch('https://api.laminar.run/workflow/execute/{workflowId}', { method: 'POST', headers: {}, }); const data = await response.json();
text