curl --location --request POST '/project//estimation' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickModelComponentId": "cmp_xyz987",
"requiredDaysForCompletion": 5,
"preRequisiteComponentId": "cmp_pre123", // Optional
"inspectorIds": [
"ins_001",
"ins_002"
]
}'
{}