curl --location 'https://saas-open.vhall.com/v3/webinars/webinar-language/delete' \
--form 'webinar_id="305615481"' \
--form 'language_type="2"' \
--form 'app_key=""' \
--form 'sign="{{sign}}"' \
--form 'signed_at="{% mock 'timestamp' , 's' %}"' \
--form 'sign_type="0"'{
"code": 200,
"msg": "",
"data": {
"result": 1
},
"request_id": "bb5a7b7a-11e4-44c8-8cf1-b9da2613adb3"
}