{
  "data": {
    "data": [
      {
        "id": "111111",
        "name": "Customer List",
        "href": "https://api.surveymonkey.com/v3/contact_lists/111111"
      },
      {
        "id": "222222",
        "name": "Employee List",
        "href": "https://api.surveymonkey.com/v3/contact_lists/222222"
      }
    ],
    "page": 1,
    "per_page": 2,
    "total": 2,
    "links": {
      "self": "https://api.surveymonkey.com/v3/contact_lists?page=1"
    }
  }
}