curl --location --request POST 'https://open-uat.vnnox.com/v2/player/real-time-control/screen-status' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
],
"status": "OPEN"
}'