curl --location --request POST '/project/checklist/component' \
--header 'Content-Type: application/json' \
--data-raw '{
"checklist": [
"Initial site survey",
"Foundation inspection",
"Roofing installation check",
"Final walk-through"
],
"pickModelComponentId": "some_model_component_id_here",
"iconId": "some_icon_id_here"
}'
{}