Personify.

Example AJAX request:

...
$.ajax({
  method: "post",
  url: "https://personify-server.herokuapp.com/api/v1/people",
  data: {
    name: name,
    favoriteCity: favoriteCity
  },
...
})