Get a single project by ID.
curl http://localhost:3000/api/v1/projects/clxyz456 \
-H "Authorization: Bearer <token>"
{
"id": "clxyz456",
"name": "My Project",
"description": "A cool project",
"ownerId": "clxyz123",
"createdAt": "2026-03-18T01:00:00.000Z"
}
curl http://localhost:3000/api/v1/projects/clxyz456 \
-H "Authorization: Bearer <token>"
{
"id": "clxyz456",
"name": "My Project",
"description": "A cool project",
"ownerId": "clxyz123",
"createdAt": "2026-03-18T01:00:00.000Z"
}