curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/invite-card/get-list' \
--header 'token;' \
--form 'webinar_id="305615481"' \
--form 'app_key=""' \
--form 'sign="{{sign}}"' \
--form 'signed_at="{% mock 'timestamp' , 's' %}"' \
--form 'sign_type="0"'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"invite_id": 0,
"num": 0,
"nick_name": "string"
}
]
}
}