[
[
{
"screenId": "string",
"oneColorParam": {
"type": 0,
"hsv": {
"hue": 0,
"sat": 0,
"value": 0
}
}
}
]
]curl --location --request PUT 'http://prod-cn.your-api-server.com/screen/processing/colorcorrect/data' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '[
[
{
"screenId": "string",
"oneColorParam": {
"type": 0,
"hsv": {
"hue": 0,
"sat": 0,
"value": 0
}
}
}
]
]'{
"code": 0,
"data": {},
"message": "string"
}