curl --location --request POST '/project//checklist' \
--header 'Content-Type: application/json' \
--data-raw '{
name: "Foundation Inspection"
description: "Checklist for initial foundation checks"
comment: "Initial submission"
annotationId: "annot-abc-123"
status: "Started"
isCompleted: false
startDate: "2025-06-01T10:00:00.000Z"
endDate: "2025-06-05T10:00:00.000Z"
}'
{}
Authorization: Bearer ********************