Self Scheduling API - Added Meeting Host ID

Description

Introduced a new field to the Self Scheduling API called meetingHostId. It shows the person who will act as the host for interviews created from self schedule. The host identity will be used to create calendar events and video meetings.
It will be returned if the self schedule has been created with meeting host configured, otherwise it will be null.

It is added to responses of the following endpoints:

Impact

This enhancement is backward-compatible and does not require any changes to existing client implementations.

References