暂无描述
Authorization: Bearer ********************
{
"id":1
}
curl --location --request DELETE 'https://api.tolink.cloud/training/question/deleteQuestionType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1
}'
{}