{
  "success": true,
  "count": 2,
  "data": [
    {
      "payout_id": 2,
      "etf_symbol": "JSGBETF",
      "date": "2025-01-01",
      "payout_type": "Dividend",
      "face_value": 10.0,
      "percentage": 27.322,
      "amount": 2.7322,
      "updated_at": "January 1, 2025 4:04 PM"
    },
    {
      "payout_id": 1,
      "etf_symbol": "JSGBETF",
      "date": "2026-02-23",
      "payout_type": "Dividend",
      "face_value": 10.0,
      "percentage": 55.0,
      "amount": 5.5,
      "updated_at": "February 23, 2026 1:18 PM"
    }
  ]
}