Authorization: Bearer ********************curl --location --request GET '/rsc/api/v2/user/sessions//endpoints//subtitle' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>'{
"subtitleEnabled": false,
"subtitleInfo": {
"text": "",
"textSize": 0,
"textColor": {
"a": 0.0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0.0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0
}
}