curl --location --request POST '/project' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Sample Project Alpha",
"clientName": "ACME Construction",
"superStructureModelId": "model_abc123",
"description": "This project involves structural analysis and reporting."
}'
{}
Authorization: Bearer ********************