Fetch the last logged in profile for a wallet address.
const { data, error, loading } = useLastLoggedInProfile({ for: '0x1234567890123456789012345678901234567890',}); Copy
const { data, error, loading } = useLastLoggedInProfile({ for: '0x1234567890123456789012345678901234567890',});
Fetch the last logged in profile for a wallet address.