factory AuthenticateResponse.fromJson(Map<String, dynamic> json) => AuthenticateResponse( data: Data.fromJson(json["data"]), );