{
  "data": {
    "asset": {
      "id": "eyJpZGV...",
      "externalId": null,
      "comments": {
        "total": 1,
        "page": 1,
        "limit": 25,
        "hasNextPage": false,
        "items": [
          {
            "id": "eyJpZGV...",
            "creator": {
              "id": "eyJpZGV...",
              "email": "example@email.com",
              "name": "John Doe"
            },
            "createdAt": "2024-09-06T15:49:47.000+00:00",
            "modifier": null,
            "modifiedAt": null,
            "content": "Test comment \n\n",
            "mentionedUsers": [],
            "isResolved": false,
            "replies": {
              "total": 0,
              "hasNextPage": false,
              "page": 1,
              "limit": 50,
              "items": []
            },
            "marking": null
          }
        ]
      }
    }
  }
}