await fetch()

in sae-viewer/src/interpAPI.ts [11:17]


    await fetch(url, {
      method: "POST", // or 'PUT'
      headers: {
        "Content-Type": "application/json",
      },
      body: JSON.stringify(data),
    })