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