{
  "data": [
    {
      "id": 1,
      "userId": 1,
      "title": "Getting Started with REST APIs",
      "body": "REST APIs are the backbone of modern web applications.",
      "tags": [
        "api",
        "rest",
        "beginner"
      ],
      "createdAt": "2024-01-10T08:00:00Z"
    },
    {
      "id": 2,
      "userId": 1,
      "title": "Why JSON is the Universal Language of APIs",
      "body": "JSON has become the de facto standard for API data exchange.",
      "tags": [
        "json",
        "api",
        "data"
      ],
      "createdAt": "2024-01-12T09:00:00Z"
    }
  ],
  "meta": {
    "total": 2,
    "limit": 10,
    "offset": 0,
    "count": 2
  }
}