Authorization: Bearer ********************
{ "course_id": 1 }
curl --location 'http://localhost:8080/course/drop' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "course_id": 1 }'
{}