curl --location --request POST '/projects' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"disableDefaultStages": true,
"name": "string",
"spaceColumnId": 0,
"color": "string",
"responsibleId": 0,
"postponingTaskDayCount": 0,
"stages": [
{
"name": "string",
"order": 0,
"tasksLimit": {},
"color": {}
}
]
}'
{
"columnId": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"name": "string",
"creatorId": 0,
"id": 0,
"order": 0,
"stages": {
"name": "string",
"order": 0,
"tasksLimit": {},
"color": {}
}
}