Here is my data fetch-
const API_URI = "/fakeApi"; const fakeAPI = { employees: { async fetchAll() { const result = await fetch(`${AP