{
  "posts": [
    {
      "content": "We just shipped our biggest update yet! Here's what's new:\n\n- Feature A: Does X\n- Feature B: Does Y\n- Feature C: Does Z\n\nTry it free at https://example.com\n\n#product #launch",
      "mediaItems": [
        { "key": "image/YOUR_UPLOAD_KEY.png", "type": "IMAGE", "sortOrder": 0 }
      ],
      "scheduledAt": "2026-06-15T09:00:00.000Z",
      "socialMediaId": "YOUR_LINKEDIN_ACCOUNT_ID"
    },
    {
      "content": "We just shipped our biggest update yet!\n\n- Feature A\n- Feature B\n- Feature C\n\nTry it free: https://example.com",
      "mediaItems": [
        { "key": "image/YOUR_UPLOAD_KEY.png", "type": "IMAGE", "sortOrder": 0 }
      ],
      "scheduledAt": "2026-06-15T09:00:00.000Z",
      "socialMediaId": "YOUR_X_ACCOUNT_ID"
    },
    {
      "content": "We just shipped our biggest update yet! Here's what's new:\n\n- Feature A: Does X\n- Feature B: Does Y\n- Feature C: Does Z\n\nTry it free at https://example.com",
      "mediaItems": [
        { "key": "image/YOUR_UPLOAD_KEY.png", "type": "IMAGE", "sortOrder": 0 }
      ],
      "scheduledAt": "2026-06-15T09:00:00.000Z",
      "socialMediaId": "YOUR_THREADS_ACCOUNT_ID"
    }
  ],
  "controls": {}
}
