curl --location 'http://localhost:6567/api/v1/api/v1/courses?search=undefined&level=undefined&page=undefined&limit=undefined'{
"data": [
{
"id": "course-001",
"title": "Python Basics",
"description": "Learn Python programming from scratch",
"level": "beginner",
"enrolled": false
}
],
"page": 1,
"limit": 10,
"total": 25
}