factory AuthResponse.fromJson(Map<String, dynamic> json) { return AuthResponse( token: json['token'], ); }