curl --location -g --request POST 'https://localhost:8092/json-rpc/output/adjustment' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "adjustment",
"adjustment": {
"gammaRed": 1.5
},
"tan": 4711
}'
{
"command": "adjustment",
"success": true,
"tan": 4711
}