CreateMemberBodyDto: {
    displayName: string;
    email?: string;
    password?: string;
    roleKey?: string;
    userId?: string;
}