Authorization: Bearer ********************curl --location --request GET '/remote-control-function-templates/scopes?remote_control_function_template_ids=11' \
--header 'Authorization: Bearer <token>'{
"scopes": [
{
"remote_control_function_template_id": "11",
"target_id": "3411",
"target_name": "333",
"target_type": "department"
},
{
"remote_control_function_template_id": "11",
"target_id": "323031",
"target_name": "testnewuser",
"target_type": "entuser"
},
{
"remote_control_function_template_id": "11",
"target_id": "323029",
"target_name": "xuyanmei",
"target_type": "entuser"
}
]
}