{
"sectionId": "WAKUaZ5Z",
"questions": [
{
"content": "你最喜欢吃什么水果?",
"questionOptions": [
{
"content": "苹果",
"answer": 0
},
{
"content": "香蕉",
"answer": 1
},
{
"content": "橙子",
"answer": 0
},
{
"content": "火龙果",
"answer": 0
}
]
},
{
"content": "你的爱好是?",
"questionOptions": [
{
"content": "上班",
"answer": 0
},
{
"content": "打游戏",
"answer": 1
},
{
"content": "旅游",
"answer": 0
},
{
"content": "听歌",
"answer": 0
}
]
}
]
}
curl --location --request POST 'http://34.150.122.99:9000/business/admin/section/exam/save' \
--header 'Token: yO50wjGe' \
--header 'Content-Type: application/json' \
--data-raw '{
"sectionId": "WAKUaZ5Z",
"questions": [
{
"content": "你最喜欢吃什么水果?",
"questionOptions": [
{
"content": "苹果",
"answer": 0
},
{
"content": "香蕉",
"answer": 1
},
{
"content": "橙子",
"answer": 0
},
{
"content": "火龙果",
"answer": 0
}
]
},
{
"content": "你的爱好是?",
"questionOptions": [
{
"content": "上班",
"answer": 0
},
{
"content": "打游戏",
"answer": 1
},
{
"content": "旅游",
"answer": 0
},
{
"content": "听歌",
"answer": 0
}
]
}
]
}'
{
"success": true,
"code": "00000",
"message": null,
"content": null
}