{
  "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,1\"",
    "id": "15",
    "createdDateTime": "2025-12-09T16:30:00Z",
    "lastModifiedDateTime": "2025-12-09T16:30:00Z",
    "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Lists/ProjectTasks/15_.000",
    "fields": {
      "@odata.etag": "\"a1b2c3d4-e5f6-7890-abcd-ef1234567890,1\"",
      "id": "15",
      "Title": "Prepare presentation",
      "Status": "Not Started",
      "AssignedTo": "jane.smith@example.com",
      "DueDate": "2025-12-18T00:00:00Z"
    }
  }
}