curl --location -g --request GET 'https://saas-open.vhall.com/v3/interacts/push-screen-card/list?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&webinar_id=509154312&curr_page=1&page_size=10' \
--header 'platform;'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"webinar_id": "string",
"title": "string",
"img_url": "string",
"href_enable": 0,
"timer_enable": 0,
"timer_interval": 0,
"push_status": 0,
"operator": "string",
"operator_role": "string",
"created_at": "string",
"updated_at": "string",
"click_count": 0
}
]
},
"request_id": "string"
}