Posts

      {
  "status": 200,
  "data": [
    {
      "title": "Post 1",
      "content": "Post 1 content",
      "animal": "Giraffe"
    },
    {
      "title": "Post 2",
      "content": "Post 2 content",
      "animal": "Lion"
    }
  ]
}