curl --location --request POST 'https://open-cn.vnnox.com/v2/player/real-time-control/screen-capture' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"df6c02352e4fd3cd5bc664fcdaef29c9"
],
"noticeUrl":"http://sit-api.vnnox.com/test/noticeScreenShotUrl"
}'