curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/auth/edit-global' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'curr_auth=0' \
--data-urlencode 'curr_url=https://test01-lite-console-api.vhall.com/key/valid' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {},
"request_id": "691cc948-d93a-457b-8ca7-ff72ae70b446"
}