curl --request POST \
--url https://api2.rhombussystems.com/api/video/splice \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"duration": 60,
"startTime": 1640995200000
}
'