export interface GetOneStepWithdrawRequest {
    account_id: number;
    user_id?: string;
}
