List
OK
const response = await fetch('//api.client.nbcgate.tech/api/product', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "name": "text" } ]