{
"paperId": 0,
"time": 0,
"paperSubs": [
{
"questionId": 0,
"sort": 0,
"type": 0,
"status": 0,
"score": 0,
"comment": "string",
"title": "string",
"answerList": [
{
"questionId": 0,
"answerText": "string",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": "string"
}
]
}
],
"requestId": "string"
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v1/hsk-exam/submit-exam-paper' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"paperId": 0,
"time": 0,
"paperSubs": [
{
"questionId": 0,
"sort": 0,
"type": 0,
"status": 0,
"score": 0,
"comment": "string",
"title": "string",
"answerList": [
{
"questionId": 0,
"answerText": "string",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": "string"
}
]
}
],
"requestId": "string"
}'
{
"code": "",
"data": {
"reportId": 0
},
"msg": "",
"total": 0
}