Authorization: Bearer ********************{
"subtitleInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0
}
}curl --location -g --request POST '/rsc/api/v2/user/sessions/{{sessionId}}/endpoints/{{targetEndpointId}}/subtitle/actions/start' \
--header 'x-endpoint-id: {{endpointId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subtitleInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0
}
}'{}