UserGroupAddCheckResponseDto: {
    results: {
        status: "enable" | "already-member" | "not-found";
        value: string;
    }[];
}