curl --location -g --request GET 'https://saas-open.vhall.com/v3/webinars/webinar-user/get-subscribe-list?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&webinar_id=509154312&pos=0&limit=10' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"user_id": 0,
"nick_name": "string",
"created_at": "string"
}
]
},
"request_id": "string"
}