curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/reward/get-room-reward-stat' \
--header 'token;' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": null,
"data": {
"nums": 0,
"total_money": 0
}
}