curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/exam/paper-question-statistics' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=305615481' \
--data-urlencode 'paper_id=218073' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 0,
"msg": "string",
"data": {
"title": "string",
"questions": [
{
"id": 0,
"title": "string",
"type": "string",
"right_rate": "string",
"answer_num": 0,
"options": [
{
"key": "string",
"is_answer": 0,
"value": "string",
"choose_num": 0,
"rate": "string",
"img_url": "string"
}
]
}
],
"paper_id": 0
},
"request_id": "string"
}