Base route: /api/project
Initializes a new deployment step within a project based on a specific step template.
POST /api/project/step
{
"projectId": "string",
"name": "string",
"stepTemplateId": "string"
}
{
"projectStepId": "string"
}