Authorization: oauth ********************
{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"transcoder_id": 0
}
curl --location --request POST 'https://api-v2.streamvi.io/method/channel_settings/setTranscoder' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"transcoder_id": 0
}'
{
"success": true
}