{
  "input": {
    "type": "identify",
    "userId": "user-id",
    "traits": {
      "gender": "some-gender",
      "age": "some-age",
      "location": "some-location",
      "avatar": "some-url",
      "firstName": "john",
      "lastName": "doe",
      "email": "jd@example.com",
      "description": "some-description",
      "company": "Segment",
      "website": "website",
      "phone": "phone",
      "position": "job-title",
      "address": {
        "city": "some-city",
        "country": "some-country",
        "postalCode": "postal-code",
        "state": "some-state",
        "street": "some-street"
      }
    }
  },
  "output": {
    "gender": "some-gender",
    "location": "some-location",
    "age": "some-age",
    "photoUrl": "some-url",
    "firstName": "john",
    "lastName": "doe",
    "emails": [{ "value": "jd@example.com" }],
    "websites": [{ "value": "website" }],
    "phones": [{ "value": "phone", "location": "mobile" }],
    "background": "some-description",
    "organization": "Segment",
    "jobTitle": "job-title",
    "address": {
      "city": "some-city",
      "country": "some-country",
      "lines": ["some-street"],
      "postalCode": "postal-code",
      "state": "some-state"
    }
  }
}
