[
{
"screenId": "string",
"gammaTable": [
0
]
}
]curl --location '/api/v1/screen/gamma/update' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data '[
{
"screenId": "string",
"gammaTable": [
0
]
}
]'{
"code": 0,
"data": "string",
"message": "string"
}