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