{
  "data": {
    "_embedded": {
      "webinars": [
        {
          "webinarKey": "string",
          "webinarID": "string",
          "organizerKey": "string",
          "accountKey": "string",
          "subject": "string",
          "description": "string",
          "times": [
            {
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z"
            }
          ],
          "timeZone": "string",
          "locale": "en_US",
          "approvalType": "string",
          "registrationUrl": "string",
          "impromptu": true,
          "isPasswordProtected": true,
          "recurrenceType": "string",
          "experienceType": "string"
        }
      ]
    },
    "page": {
      "size": 0,
      "totalElements": 0,
      "totalPages": 0,
      "number": 0
    }
  }
}