export interface TraderPlusVerificationSchemasRequest {
  country: string
  user_id?: string
}