Authorization: Bearer ********************curl --location --request POST '/api/projects' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"zohoProjectId": "string",
"name": "string",
"description": "string",
"budget": "string",
"travelBudget": "string",
"status": "active"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"zohoProjectId": "string",
"name": "string",
"description": "string",
"budget": "string",
"travelBudget": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}