{
"Enable": true,
"screenIdList": [
"string"
]
}
curl --location -g --request PUT 'http://127.0.0.1:8001/screen/output/threed/emitter' \
--header 'Content-Type: application/json' \
--data-raw '{
"Enable": true,
"screenIdList": [
"string"
]
}'
{
"code": 0,
"data": {},
"message": "string"
}