SignUpBodyDto: {
    displayName: string;
    email: string;
    password: string;
    tenantKey?: string;
    tenantName?: string;
}