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