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