curl --request POST \
--url https://api.projectcor.com/v1/projects/{project_id}/project_estimate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"cost": "<string>",
"datetime": "2023-12-25",
"currency_id": 123,
"fee_id": 123
}
'