curl --location -g --request GET 'https://saas-open.vhall.com/v3/interacts/goods/get-webinar-goods-list?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&webinar_id=509154312&pos=0&limit=10' \
--header 'token;' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"code": 0,
"msg": "string",
"data": {
"goods_list": [
{
"goods_id": 0,
"order_num": 0,
"name": "string",
"description": "string",
"price": 0,
"discount_price": 0,
"goods_url": "string",
"is_url_to_taobao": 0,
"tao_password": "string",
"shop_url": "string",
"status": "string",
"img_list": [
{
"img_url": "string",
"is_cover": 0,
"img_id": 0
}
]
}
],
"pos": 0,
"limit": 0,
"total": "string"
}
}