curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/qa/get-qa-recorder-count' \
--header 'platform: 15' \
--form 'webinar_id=""' \
--form 'app_key="75844ad7a2a5f2b421c04a125b197996"' \
--form 'sign="{{sign}}"' \
--form 'signed_at="{% mock 'timestamp' , 's' %}"' \
--form 'sign_type="0"'{
"code": 0,
"msg": "string",
"data": {
"total": 0
}
}