curl --location 'http://localhost:6567/api/v1/api/v1/courses/'{
"id": "course-001",
"title": "Python Basics",
"description": "Learn Python programming from scratch",
"level": "beginner",
"duration": "8 weeks",
"instructor": "John Doe",
"units": 8,
"totalXP": 1000
}