暂无描述
Authorization: Bearer ********************
{
"name":"入职考试"
}
curl --location --request POST 'https://api.tolink.cloud/training/question/createQuestionType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"入职考试"
}'
{}