export interface UpdateOneStepWithdrawRequest {
    account_id: number;
    action: string;
    otp: string;
    user_id?: string;
}
