{
  "data": {
    "data": [
      {
        "type": "campaign",
        "id": "string",
        "attributes": {
          "name": "string",
          "status": "string",
          "archived": true,
          "audiences": {
            "included": [
              "Y6nRLr"
            ],
            "excluded": [
              "UTd5ui"
            ]
          },
          "sendOptions": {
            "useSmartSending": true
          },
          "trackingOptions": {
            "isAddUtm": true,
            "utmParams": [
              {
                "name": "utmMedium",
                "value": "campaign"
              }
            ],
            "isTrackingClicks": true,
            "isTrackingOpens": true
          },
          "sendStrategy": {
            "method": "static",
            "optionsStatic": {
              "datetime": "2022-11-08T00:00:00.000Z",
              "isLocal": true,
              "sendPastRecipientsImmediately": true
            },
            "optionsThrottled": {
              "datetime": "2024-07-14T01:37:30.052Z",
              "throttlePercentage": 0
            },
            "optionsSto": {
              "date": "2024-07-14"
            }
          },
          "createdAt": "2022-11-08T00:00:00.000Z",
          "scheduledAt": "2022-11-08T00:00:00.000Z",
          "updatedAt": "2022-11-08T00:00:00.000Z",
          "sendTime": "2022-11-08T00:00:00.000Z"
        },
        "links": {
          "self": "string"
        },
        "relationships": {
          "campaignMessages": {
            "data": [
              {
                "type": "campaign-message",
                "id": "string"
              }
            ],
            "links": {
              "self": "string",
              "related": "string"
            }
          },
          "tags": {
            "data": [
              {
                "type": "tag",
                "id": "string"
              }
            ],
            "links": {
              "self": "string",
              "related": "string"
            }
          }
        }
      }
    ],
    "links": {
      "self": "string",
      "first": "string",
      "last": "string",
      "prev": "string",
      "next": "string"
    },
    "included": [
      {
        "type": "campaign-message",
        "id": "string",
        "attributes": {
          "label": "string",
          "channel": "string",
          "content": {
            "subject": "Buy our product!",
            "previewText": "My preview text",
            "fromEmail": "store@my-company.com",
            "fromLabel": "My Company",
            "replyToEmail": "reply-to@my-company.com",
            "ccEmail": "cc@my-company.com",
            "bccEmail": "bcc@my-company.com"
          },
          "sendTimes": [
            {
              "datetime": "2022-11-08T00:00:00.000Z",
              "isLocal": true
            }
          ],
          "renderOptions": {
            "shortenLinks": true,
            "addOrgPrefix": true,
            "addInfoLink": true,
            "addOptOutLanguage": false
          },
          "createdAt": "2022-11-08T00:00:00.000Z",
          "updatedAt": "2022-11-08T00:00:00.000Z"
        },
        "links": {
          "self": "string"
        }
      },
      {
        "type": "tag",
        "id": "abcd1234-ef56-gh78-ij90-abcdef123456",
        "attributes": {
          "name": "My Tag"
        },
        "links": {
          "self": "string"
        }
      }
    ]
  }
}