BulkResultDto: {
    failed: {
        id: string;
        reason: "cooldown" | "not-pending" | "not-found";
    }[];
    succeeded: string[];
}