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