{
  "status": 200,
  "data": {
    "contact": {
      "id": "43y83xbVNM",
      "name": "Bob McTest",
      "phone": "+14155553333",
      "email": "contact@example.com",
      "street": "123 Main St.",
      "city": "SF",
      "state": "CA",
      "zip": "99999",
      "country": "USA",
      "address": "123 Main St., SF, CA, 99999, USA",
      "notes": null,
      "company": "Example Inc.",
      "other_phone": null,
      "created_at": 1774979797.94506,
      "tags": [
        "red",
        "green",
        "blue"
      ],
      "tag_details": [
        {
          "name": "red",
          "color": null,
          "duration": null,
          "routable": false
        },
        {
          "name": "green",
          "color": null,
          "duration": null,
          "routable": false
        },
        {
          "name": "blue",
          "color": null,
          "duration": null,
          "routable": false
        }
      ],
      "opted_out": false,
      "double_opted_in": false,
      "muted": false,
      "blocked": false,
      "salesforce_object_type": "Contact",
      "salesforce_object_id": "0030030000000014cAAA",
      "priority": 0,
      "user_id": "Pwebo1JXmD",
      "visible": true,
      "current_owner": "Pwebo1JXmD",
      "due_for_compliance": true,
      "custom_variable_name": "value to set custom variable"
    }
  }
}