curl --location -g --request GET 'https://saas-open.vhall.com/v3/interacts/gift/get-webinar-using-gift-list?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&webinar_id=509154312&is_show=1' \
--header 'token;' \
--header 'platform;'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"id": "string",
"name": "string",
"price": "string",
"image_url": "string",
"source_type": 0,
"source_status": "string",
"order_num": 0,
"is_show": 0
}
]
}
}