{
  "from": "string",
  "to": "string",
  "page_count": 10,
  "page_size": 30,
  "total_records": 3,
  "next_page_token": "string",
  "meetings": [
    {
      "uuid": "string",
      "id": 4,
      "topic": "string",
      "host": "string",
      "email": "string",
      "user_type": "string",
      "start_time": "string",
      "end_time": "string",
      "duration": "string",
      "participants": 3,
      "has_pstn": true,
      "has_voip": true,
      "has_3rd_party_audio": false,
      "has_video": true,
      "has_screen_share": true,
      "has_recording": true,
      "has_sip": false
    },
    {
      "uuid": "string",
      "id": 6,
      "topic": "string",
      "host": "string",
      "email": "string",
      "user_type": "string",
      "start_time": "string",
      "end_time": "string",
      "duration": "string",
      "participants": 2,
      "has_pstn": true,
      "has_voip": false,
      "has_3rd_party_audio": false,
      "has_video": true,
      "has_screen_share": true,
      "has_recording": false,
      "has_sip": false
    }
  ]
}