Authorization: ********************
{
"session_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/srec/srec/getscreenrecordingurl' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 0
}'
{
"url": "string"
}