curl --location --request POST '/projects//stages' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"order": 0,
"tasks": [
0
]
}'
{
"id": 0,
"order": "3",
"name": "string",
"projectId": 0,
"tasksLimit": 0,
"color": "string"
}