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