```ts const r = await fetch("https://reqres.in/api/products") const j = await r.json() ```