curl --location --request POST 'https://apiv3.imocha.io/v3/tests//invitations/bulk' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDateTime": "2025-11-12T09:00:00Z",
"endDateTime": "2025-11-15T10:30:00Z",
"timezoneId": 1720,
"proctoringMode": "image",
"candidates": [
{
"email": "[email protected]",
"name": "John Doe"
},
{
"email": "[email protected]",
"name": "Jane Smith"
},
{
"email": "[email protected]",
"name": "Alex Taylor"
}
]
}'{}