[
{
"screenId": "{xxxxx}",
"gammaTable": [
0,
1,
2,
3
]
}
]
curl --location -g --request POST 'http://192.168.0.10:8001/api/v1/screen/gamma/update' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"screenId": "{xxxxx}",
"gammaTable": [
0,
1,
2,
3
]
}
]'
{
"code": 0,
"data": "",
"message": "Success"
}