{
  "input": {
    "type": "track",
    "userId": "user-id",
    "timestamp": "2014",
    "event": "my-event",
    "properties": {
      "avatar": "avatar.jpg",
      "country": "some-country",
      "name": "John Doe",
      "gender": "male",
      "email": "jd@example.com",
      "phone": "55555",
      "city": "some-city",
      "age": "age"
    }
  },
  "output": {
    "auth_token": "some-auth-token",
    "event_name": "my-event",
    "extras": {
      "created_at": 1388534400
    },
    "identity": {
      "id": "user-id",
      "email": "jd@example.com"
    },
    "data": {
      "avatar": "avatar.jpg",
      "country": "some-country",
      "name": "John Doe",
      "gender": "male",
      "email": "jd@example.com",
      "phone": "55555",
      "city": "some-city",
      "age": "age"
    }
  }
}
