token: ********************{
"cate_ids": [
13
],
"question_num": 100
}curl --location 'https://safe.fetribe.cn/adminapi/v2.exam.taskExam/startMock' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cate_ids": [
13
],
"question_num": 100
}'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"type": 0,
"content": "string",
"answer_option": {
"A": "string",
"B": "string",
"C": "string",
"D": "string"
},
"answer_correct": "string",
"answer_parse": "string"
}
]
}
}