Recording-Server* id unless recording-server-id is supplied. case-id defaults to device-aor. The interception sentinels (valid-from, valid-to, ccc-intercept, cdc-intercept) are set by the server and are not client-supplied.*@example.com, device sip:1123wp@example.com, user 1123@example.com, hunt group 25004@example.com.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device-aor": "sip:1123wp@example.com",
"case-id": "string",
"recording-server-id": "Recording-Server2",
"transcription": "yes",
"sentiment": "yes"
}'{
"code": 0,
"message": "string"
}