{
  "data": {
    "assets": [
      {
        "id": "eyJpZGVudGlma...",
        "creator": {
          "id": "eyJpZGVudGlma...",
          "name": "John Doe",
          "email": "example@example.com"
        },
        "createdAt": "2024-09-05T19:49:25.000+00:00",
        "modifier": {
          "id": "eyJpZGVudGlma...",
          "name": "John Doe",
          "email": "example@example.com"
        },
        "modifiedAt": "2024-09-05T19:49:27.000+00:00",
        "title": "Example Title 2",
        "description": null,
        "attachments": [
          {
            "id": "eyJpZGVudGlma...",
            "creator": {
              "id": "eyJpZGVudGlma...",
              "name": "John Doe",
              "email": "example@example.com"
            },
            "createdAt": "2024-09-17T23:42:43.000+00:00",
            "modifier": null,
            "modifiedAt": null,
            "name": "Sample Attachment 1",
            "filename": "example.png",
            "type": "",
            "externalId": null,
            "extension": "png",
            "size": 585728,
            "downloadUrl": "https://example.com/example.png"
          },
          {
            "id": "eyJpZGVudGlma...",
            "creator": {
              "id": "eyJpZGVudGlma...",
              "name": "John Doe",
              "email": "example@example.com"
            },
            "createdAt": "2024-09-18T17:20:22.000+00:00",
            "modifier": null,
            "modifiedAt": null,
            "name": "Sample Attachment 2",
            "filename": "example.png",
            "type": "",
            "externalId": "512",
            "extension": "png",
            "size": 585728,
            "downloadUrl": "https://example.com/example.png"
          }
        ],
        "externalId": null,
        "tags": [],
        "copyright": {
          "status": "UNKNOWN",
          "notice": ""
        },
        "expiresAt": null,
        "licenses": [],
        "status": "FINISHED",
        "relatedAssets": {
          "total": 0
        },
        "comments": {
          "total": 0
        },
        "customMetadata": [],
        "location": {
          "brand": {
            "id": "eyJpZGVudGlma...",
            "name": "Example Brand"
          },
          "library": {
            "id": "eyJpZGVudGlma...",
            "name": "Logos"
          },
          "workspaceProject": null,
          "folder": null
        }
      }
    ]
  }
}