SignInBodyDto: {
    identifier: string;
    password: string;
    sessionType?: "personal" | "public";
    tenantKey?: string;
}