curl --location -g --request GET 'https://saas-open.vhall.com/v3/interacts/gift/get-gift-income-stat?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&webinar_id=509154312' \
--header 'token;' \
--header 'platform;'
{
"code": 0,
"msg": "string",
"data": {
"person_nums": "string",
"gift_nums": "string",
"total_money": "string"
}
}