Authorization: Bearer ********************curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/srec/srec/listscreenrecordings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_size": 0,
"page_token": "string"
}'{
"next_page_token": "string",
"recordings": [
{
"session_id": 0,
"agent_first_name": "string",
"agent_last_name": "string",
"start_time": "1s",
"audio_time": 0,
"audio_bytes": 0
}
]
}