{
  "data": {
    "asset": {
      "id": "eyJpZGVudGlma...",
      "creator": {
        "id": "eyJpZGVudGlma...",
        "name": "John Doe",
        "email": "example@example.com"
      },
      "createdAt": "2024-09-17T23:54:57.000+00:00",
      "modifier": {
        "id": "eyJpZGVudGlma...",
        "name": "John Doe",
        "email": "example@example.com"
      },
      "modifiedAt": "2024-09-17T23:54:57.000+00:00",
      "title": "Example Asset",
      "description": "This is a sample description",
      "attachments": [],
      "externalId": null,
      "tags": [],
      "copyright": {
        "status": "UNKNOWN",
        "notice": ""
      },
      "expiresAt": null,
      "licenses": [],
      "status": "PROCESSING",
      "relatedAssets": {
        "total": 0
      },
      "comments": {
        "total": 0
      },
      "customMetadata": [],
      "location": {
        "brand": {
          "id": "eyJpZGVudGlma...",
          "name": "Example Brand"
        },
        "library": null,
        "workspaceProject": {
          "id": "eyJpZGVudGlma...",
          "name": "Sample Project: Example Cats"
        },
        "folder": null
      }
    }
  }
}