Takes in an optional access token JWT. If no JWT is provided, the JWT from the current session is used.
response = supabase.auth.get_user()
response = supabase.auth.get_user(jwt)