[
  {
    "id": 1231232,
    "message": "Hello World!",
    "timestamp": "asd",
    "status": "success"
  },
  {
    "user": "anonymous",
    "action": "fetch",
    "data": {
      "temperature": 55,
      "humidity": 14,
      "location": "server"
    }
  },
  {
    "quote": "The only way to do great work is to love what you do.",
    "author": "Steve Jobs",
    "category": "motivation",
    "rating": 0.2
  },
  {
    "product": "Widget",
    "price": 12,
    "inStock": 0.2,
    "tags": [
      "electronics",
      "gadget",
      "popular"
    ]
  },
  {
    "event": "random_event",
    "coordinates": {
      "lat": 1,
      "lng": 2
    },
    "severity": "low"
  }
]