export interface UpdateOneStepWithdrawRequest {
  account_id: number
  action: string
  otp: string
}
