ApiKitTokenRequestInput: {
    homeAccountId: string;
    username: string;
} | {
    tenantId: string;
    userId: string;
    username: string;
}