TokenActionRequest: {
    token: string;
    token_type_hint?: string;
} & {
    [key: string]: any;
}