curl --location --request PUT 'https://api.astravue.com/v1/spaces//projects/' \
--header 'X-Org-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project Beta",
"description": "Updated description of the project",
"isPublic": false,
"startDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"status": "Completed",
"priority": "Medium",
"health": "At Risk",
"projectTags": [
"tag3",
"tag4"
],
"contact": 67890
}'
{}