curl --location --request POST 'https://open-cn.vnnox.com/v2/player/real-time-control/simulcast' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"788fcd80eae568bd77e0ad6e9bcff405",
"a25e9cfb225c5fcb4d479b3d9509f09b"
],
"option":1
}'