curl --location --request GET 'https://saas-open.vhall.com/v3/goods/webinar-setting/get-info?webinar_id' \
--header 'platform;'
{
"code": 200,
"msg": "success",
"data": {
"webinar_id": 0,
"enable_username": 0,
"enable_phone": 0,
"enable_remark": 0,
"username": "string",
"phone": "string"
},
"trace_id": "string"
}