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