curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/players/get-scrolling-screen-config?webinar_id' \
--header 'interact-token;' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"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,
"scroll_type": 0
}
}