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