Search through all available products.
OK
const response = await fetch('api.rair.market/api/products/', { method: 'GET', headers: {}, }); const data = await response.json();