{
  "id": "post_987654",
  "author": {
    "id": "user_123",
    "username": "tech_guru",
    "verified": true
  },
  "content": {
    "text": "Just launched our new API! Check it out.",
    "media": [
      {
        "type": "image",
        "url": "https://example.com/image.jpg",
        "alt": "API Dashboard"
      }
    ]
  },
  "metrics": {
    "likes": 1250,
    "shares": 340,
    "comments": 85
  },
  "postedAt": "2026-02-15T10:00:00Z"
}
