Retrieves the Figma User in ownership of the currently used access token.
Future<User> getMe() async => await _getFigma('/me').then((data) => User.fromJson(data));