- webinar_player_config
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/players/set-scrolling-screen-config' \
--header 'token;' \
--header 'platform;' \
--form 'scrolling_open=""' \
--form 'text_type=""' \
--form 'alpha=""' \
--form 'size=""' \
--form 'color=""' \
--form 'interval=""' \
--form 'speed=""' \
--form 'position=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"webinar_id": 0,
"scrolling_open": 0,
"text_type": 0,
"text": "string",
"alpha": 0,
"size": 0,
"color": "string",
"interval": 0,
"speed": 0,
"position": 0
}
}