{"delete_id":[3,4,5,6,7,8]}
curl --location --request DELETE '127.0.0.1:8000/home/<str:coursename>/<str:assignmentname>/<int:problem_id>/' \ --header 'Content-Type: application/json' \ --data-raw '{"delete_id":[3,4,5,6,7,8]}'
{}