OK
const response = await fetch('//api/configs/deploymentId', { method: 'GET', headers: {}, }); const data = await response.json();
text