curl --location 'https://saas-open.vhall.com/v3/webinars/webinar-language/edit' \
--form 'webinar_id="305615481"' \
--form 'language_type="1"' \
--form 'subject="测试A直播间"' \
--form 'status="1"' \
--form 'app_key=""' \
--form 'sign="{{sign}}"' \
--form 'signed_at="{% mock 'timestamp' , 's' %}"' \
--form 'sign_type="0"'{
"code": 200,
"msg": "",
"data": {
"result": 1
},
"request_id": "41d8c060-0616-43fc-86bb-c48f77f1826f"
}