curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/agenda-drafts/{draftId}/commit \
--header 'x-access-token: <api-key>'Apply all changes in the draft to the live event schedule. Requires the write:events scope.
curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/agenda-drafts/{draftId}/commit \
--header 'x-access-token: <api-key>'