{
"name":"非学历三期操作测试课-副本",
"modelList":[1,2,3,4,5]
}curl --location --request POST '/course/add' \
--header 'Authentication: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"非学历三期操作测试课-副本",
"modelList":[1,2,3,4,5]
}'{
"code": 200,
"data": {
"courseId": 726
},
"msg": "success",
"total": 0
}