老师管理员删除int:problem_id题目的图片
Authorization: Bearer ********************
{ "image_id": [ 5, 6 ] }
curl --location --request DELETE 'http://127.0.0.1:8000/home/<str:coursename>/<str:assignmentname>/image/<int:problem_id>/' \ --header 'Content-Type: application/json' \ --data-raw '{ "image_id":[5,6] }'
{}