{
"kid": 1,
"question": "我是问题哦"
}curl --location --request POST '/api/kb.teach/tests' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kid": 1,
"question": "我是问题哦"
}'{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}