CheckResponseDto: {
    results: {
        email: string;
        status: "enable" | "exist" | "disable";
    }[];
}