{
  "data": [
    {
      "id": 3,
      "userId": 1,
      "title": "Try a POST request to create a resource",
      "completed": false,
      "createdAt": "2024-01-10T10:00:00Z"
    },
    {
      "id": 4,
      "userId": 1,
      "title": "Learn about HTTP status codes",
      "completed": false,
      "createdAt": "2024-01-10T11:00:00Z"
    },
    {
      "id": 6,
      "userId": 2,
      "title": "Practice filtering with query parameters",
      "completed": false,
      "createdAt": "2024-01-11T09:00:00Z"
    },
    {
      "id": 7,
      "userId": 2,
      "title": "Understand request headers",
      "completed": false,
      "createdAt": "2024-01-11T10:00:00Z"
    },
    {
      "id": 8,
      "userId": 3,
      "title": "Build a simple API client in JavaScript",
      "completed": false,
      "createdAt": "2024-01-12T08:00:00Z"
    },
    {
      "id": 9,
      "userId": 3,
      "title": "Handle API errors properly",
      "completed": false,
      "createdAt": "2024-01-12T09:00:00Z"
    },
    {
      "id": 10,
      "userId": 4,
      "title": "Explore pagination with limit and offset",
      "completed": false,
      "createdAt": "2024-01-13T08:00:00Z"
    },
    {
      "id": 12,
      "userId": 5,
      "title": "Use browser DevTools to inspect API calls",
      "completed": false,
      "createdAt": "2024-01-14T08:00:00Z"
    },
    {
      "id": 13,
      "userId": 5,
      "title": "Read about CORS and why it exists",
      "completed": false,
      "createdAt": "2024-01-14T09:00:00Z"
    },
    {
      "id": 14,
      "userId": 6,
      "title": "Delete a resource using DELETE",
      "completed": false,
      "createdAt": "2024-01-15T08:00:00Z"
    }
  ],
  "meta": {
    "total": 11,
    "limit": 10,
    "offset": 0,
    "count": 10
  }
}