{
  "data": {
    "data": {
      "type": "list",
      "id": "Y6nRLr",
      "attributes": {
        "name": "Newsletter",
        "created": "2022-11-08T00:00:00.000Z",
        "updated": "2022-11-08T00:00:00.000Z",
        "optInProcess": "double_opt_in",
        "profileCount": 0
      },
      "links": {
        "self": "string"
      },
      "relationships": {
        "profiles": {
          "links": {
            "self": "string",
            "related": "string"
          }
        },
        "tags": {
          "data": [
            {
              "type": "tag",
              "id": "string"
            }
          ],
          "links": {
            "self": "string",
            "related": "string"
          }
        }
      }
    },
    "included": [
      {
        "type": "tag",
        "id": "abcd1234-ef56-gh78-ij90-abcdef123456",
        "attributes": {
          "name": "My Tag"
        },
        "links": {
          "self": "string"
        }
      }
    ]
  }
}