SpaceAddMembersBodyDto: {
    role?: "ADMIN" | "PARTICIPANT";
    userIds: string[];
}