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