{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('example.sharepoint.com%2Ca1b2c3d4-e5f6-7890-abcd-ef1234567890%2Cf1e2d3c4-b5a6-7890-1234-567890abcdef')/lists('f1e2d3c4-b5a6-7890-1234-567890abcdef')/items/$entity",
    "@odata.etag": "\"a1b2c3d4-e5f6-7890-abcd-ef1234567890,3\"",
    "id": "5",
    "createdDateTime": "2025-12-08T10:30:00Z",
    "lastModifiedDateTime": "2025-12-09T14:15:00Z",
    "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Lists/ProjectTasks/5_.000",
    "fields": {
      "@odata.etag": "\"a1b2c3d4-e5f6-7890-abcd-ef1234567890,3\"",
      "id": "5",
      "Title": "Review Q4 metrics",
      "Status": "Completed",
      "AssignedTo": "john.doe@example.com",
      "DueDate": "2025-12-09T00:00:00Z",
      "CompletedDate": "2025-12-09T14:15:00Z"
    }
  }
}