const getEnterpriseByRut = async rut => {
  if (!validate(rut)) return null
  const params = {
    type: 'enterprise',
    term: format(rut),