{
  "input": {
    "type": "identify",
    "userId": "user-id",
    "traits": {
      "bool": true,
      "created": "2014-01-01",
      "playlists": 19,
      "revenue": 19.19,
      "email": "jd@example.com"
    },
    "context": {
      "device": {
        "token": "asdf"
      },
      "library": {
        "name": "analytics-android"
      },
      "timezone": "America/New_York"
    }
  },
  "output": {
    "user_id": "user-id",
    "attributes": {
      "ciq_user_email": "jd@example.com",
      "ciq_user_android_push_registration_id": "asdf",
      "ciq_user_timezone": "America/New_York",
      "bool": true,
      "created": "2014-01-01T00:00:00.000Z",
      "playlists": 19,
      "revenue": 19.19,
      "id": "user-id"
    }
  }
}