curl --location 'https://saas-open.vhall.com/v3/webinars/auth/get-list' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=658171537' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"total": 2,
"list": [
{
"k_id": 647904,
"webinar_id": 658171537,
"auth_url": "https://test01-lite-console-api.vhou.tv/key/valid",
"failure_url": "http://127.0.0.1:49578/VooV_Meeting/error.html",
"mini_fail_url": "",
"app_fail_url": ""
},
{
"k_id": 264803,
"webinar_id": 658171537,
"auth_url": "https://test01-lite-console-api.vhou.tv/key/valid",
"failure_url": "",
"mini_fail_url": "",
"app_fail_url": ""
}
]
},
"request_id": "f98367fe-a237-4dc7-818c-d8f1b14b1759"
}