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