Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/courses//showcases?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"courseId": "course-001",
"courseName": "Web Development",
"showcases": [
{
"id": "showcase-001",
"title": "My First Web App",
"author": "Alice",
"views": 125,
"createdAt": "2024-01-20T10:30:00Z"
}
],
"page": 1,
"limit": 10,
"total": 32
}