curl --request POST \
--url https://api.example.com/api/Meetings/{meetingId}/Preview \
--header 'Content-Type: application/json' \
--data '
{
"distributionId": 123,
"organizerId": 123,
"typeId": 123,
"dateInLocalTimeZone": "2023-11-07T05:31:56Z",
"duration": 123,
"timeZoneName": "<string>",
"subject": "<string>",
"location": "<string>",
"locationTypeId": 123,
"byPassTeamsLobby": true,
"templateId": 123,
"message": "<string>",
"isCandidateContacts": true,
"placementId": 123,
"jobId": 123,
"opportunityId": 123,
"users": [
123
],
"contacts": [
123
],
"filesToRemove": [
123
]
}
'