{
"channel_id": "string",
"operator_account_id": "string",
"target_account_id": "string",
"server_extension": "string",
"route_config": {
"route_enabled": true
}
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/signalling_room/actions/control' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "string",
"operator_account_id": "string",
"target_account_id": "string",
"server_extension": "string",
"route_config": {
"route_enabled": true
}
}'{
"code": 0,
"msg": "string",
"data": {}
}