@Better Auth Is there a way to call Better Auth API methods without passing a user session in the headers? For example, I’d like to fetch the user object (similar to what getSession() returns) but just by using a user ID on the server side. Is that supported, or is session-based access required for that?