curl --request POST \
--url https://api.example.com/api/Interviews/{interviewId}/Preview \
--header 'Content-Type: application/json' \
--data '
{
"candidateDistributionMode": 123,
"clientDistributionMode": 123,
"organizerId": 123,
"typeId": 123,
"dateInLocalTimeZone": "2023-11-07T05:31:56Z",
"duration": 123,
"timeZoneName": "<string>",
"subject": "<string>",
"location": "<string>",
"locationTypeId": 123,
"byPassTeamsLobby": true,
"candidateTemplateId": 123,
"clientTemplateId": 123,
"candidateMessage": "<string>",
"clientMessage": "<string>",
"candidateId": 123,
"jobId": 123,
"users": [
123
],
"contacts": [
123
],
"filesToRemove": [
123
]
}
'