Test a data transformation with Laminar
Transformation successful
const response = await fetch('https://api.laminar.run/transform/test', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
text