curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/push-screen-card/export-click-list' \
--header 'platform;' \
--form 'card_id="62"' \
--form 'webinar_id="686697652"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": [
"string"
],
"request_id": "string"
}