curl --request POST \
--url https://api2.rhombussystems.com/api/camera/createFootageBoundingBoxes \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"footageBoundingBoxes": [
{
"a": "SOUND_LOUD",
"b": 123,
"l": 123,
"r": 123,
"t": 123,
"ts": 123,
"al": true,
"c": 123,
"cd": "<string>",
"cdn": "<string>",
"croppedImageLocator": "<string>",
"customActivityColor": "BLUE",
"fn": "<string>",
"kp": {},
"loudness": 123,
"lp": "<string>",
"m": true,
"objectId": 123,
"p": "<string>",
"ro": [
"<string>"
],
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"toastOrderIdInfo": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"uf": "<string>",
"vn": "<string>"
}
]
}
'