postAccount.account
    .register(accountObject)
    .then((result) => res.json(result))
    .catch((err) => {
      try {