curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/subject/get-list' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform;' \
--header 'platform;' \
--form 'order_type=""' \
--form 'pos=""' \
--form 'limit=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"title": "string",
"created_at": "string",
"intro": "string",
"cover": "string",
"type": 0,
"webinar_num": 0,
"view_num": 0,
"hide_pv": "string"
}
]
}
}