Get information about current user (from session). Only available for web3 wallet users.
OK
const response = await fetch('api.rair.market/api/auth/me', { method: 'GET', headers: {}, }); const data = await response.json();