Get products related to a single user.
OK
const response = await fetch('api.rair.market/api/products/user/{userAddress}', { method: 'GET', headers: {}, }); const data = await response.json();