{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#teams('id')/channels('id')/messages",
    "@odata.count": 1,
    "value": [
      {
        "id": "1652419568857",
        "replyToId": "1652419568577",
        "etag": "1652419568857",
        "messageType": "message",
        "createdDateTime": "2022-05-13T05:26:08.857Z",
        "lastModifiedDateTime": "2022-05-13T05:26:08.857Z",
        "lastEditedDateTime": "2022-05-13T05:26:08.857Z",
        "deletedDateTime": null,
        "subject": "Project Update",
        "summary": "Weekly project status update",
        "chatId": null,
        "importance": "normal",
        "locale": "en-us",
        "webUrl": "https://teams.microsoft.com/l/message/example",
        "eventDetail": null,
        "from": {
          "application": null,
          "device": null,
          "user": {
            "id": "8b081ef6-4792-4def-b2c9-c363a1bf41d5",
            "displayName": "Adele Vance",
            "userIdentityType": "aadUser"
          }
        },
        "body": {
          "contentType": "text",
          "content": "Hello World"
        }
      }
    ]
  }
}