curl --location --request POST 'https://api.astravue.com/v1/spaces//projects' \
--header 'X-Org-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project Alpha",
"description": "This is a sample project",
"isPublic": true,
"startDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"status": "In Progress",
"priority": "High",
"health": "Good",
"projectTags": [
"tag1",
"tag2"
],
"contact": 12345
}'
{}