curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/webinar-tag/get-webinar-tag' \
--header 'token;' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"tag_id": 0,
"webinar_id": 0,
"organizers_status": 0,
"reserved_status": 0,
"view_status": 0,
"logo_url": "string",
"skip_url": "string"
}
}