Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/me/showcases/' \
--header 'Authorization: Bearer <token>'{
"id": "showcase-001",
"title": "My First Web App",
"description": "A todo list application built with React",
"projectUrl": "https://github.com/user/project",
"courseId": "course-001",
"createdAt": "2024-01-20T10:30:00Z",
"views": 125
}