curl --location --request POST 'https://open-cn.vnnox.com/v2/player/current/running-status' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"8208967d40e9980bab6d12367dc88e0b"
],
"commands": [
"volumeValue",
"brightnessValue",
"videoSourceValue",
"timeValue"
],
"noticeUrl": "http://www.abc.com/notice"
}'