{
"screenIdList": [
"string"
],
"colorTemperature": 0
}
curl --location -g --request PUT 'http://192.168.0.10:8001/api/v1/screen/colortemperature' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"string"
],
"colorTemperature": 0
}'