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