curl --location --request PUT '/project/checklist/component/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated checklist item name",
"pickModelComponentId": "string", // optional
"iconId": "string", // optional
"description": "Optional description for the checklist item",
"status": "active" // optional status field, if applicable
}'
{}