await fetch()

in api/index.js [39:42]


    await fetch(reportingEndpoint, {
      method: 'POST',
      body: JSON.stringify(payload),
    });