SpaceInviteCreateBodyDto: {
    expiresInDays?: number | null;
    password?: string | null;
    role?: "ADMIN" | "PARTICIPANT";
}