curl --request POST \
--url https://api2.rhombussystems.com/api/policy/createVideoIntercomPolicy \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"policy": {
"description": "<string>",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduledTriggers": [
{
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"triggerSet": [
{
"activity": "SOUND_LOUD",
"faceAlertLabelSet": [
"<string>"
],
"faceAlertUnidentified": true,
"faceAllowedLabelSet": [
"<string>"
],
"lufsThreshold": 123,
"peopleCountThreshold": 123,
"vehicleAlertLabelSet": [
"<string>"
],
"vehicleAlertUnidentified": true,
"vehicleAllowedLabelSet": [
"<string>"
]
}
]
}
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'