curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/webinar-language/edit' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'language_type=""' \
--form 'subject=""' \
--form 'status=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"result": "string"
}
}