Successful Response
const response = await fetch('/', { method: 'GET', headers: {}, }); const data = await response.json();