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