curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/reward/get-reward-list' \
--header 'token;' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"list": [
{
"id": "string",
"nick_name": "string",
"pay_time": "string",
"fee": "string",
"rewarder_id": "string",
"receive_id": "string",
"product_id": "string"
}
]
}
}