Get all metadata attributes from the NFTs in a product.
OK
const response = await fetch('api.rair.market/api/nft/network/{network}/{contractAddress}/{product}/attributes', { method: 'GET', headers: {}, }); const data = await response.json();