Get the offers associated with a product.
OK
const response = await fetch('api.rair.market/api/nft/network/{network}/{contractAddress}/{product}/offers', { method: 'GET', headers: {}, }); const data = await response.json();