暂无描述
Authorization: Bearer ********************
{
"name":"高考课程"
}
curl --location --request POST 'https://api.tolink.cloud/training/course/createCourseType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"高考课程"
}'
{}