curl --location --request POST '/project-template' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Мой первый шаблон",
"projectStageTemplates": [
{
"name": "Обсудить",
"order": 1000200,
"tasksLimit": 100,
"color": "#eeeaaa"
}
]
}'
{
"id": 1499,
"name": "Мой первый шаблон",
"projectStageTemplates": [
[
"string"
]
]
}