{
"paperId": 0,
"plateTpye": 0,
"requestId": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v1/hsk-exam/start-exam' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"paperId": 0,
"plateTpye": 0,
"requestId": 0
}'
{
"code": "",
"data": {
"requestId": 0
},
"msg": "",
"total": 0
}