Authorization: Bearer ********************
{"course_name": "Introduction to CPP"}
curl --location --request DELETE 'http://127.0.0.1:8000/home/' \
--header 'Content-Type: application/json' \
--data-raw '{"course_name": "Introduction to CPP"}'
{
"success": "Course deleted successfully"
}