/api/v1/projects/{projectId}/environments
application/json
curl -X POST "https://api.example.com/api/v1/projects/<projectId>/environments" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "slug": "string", "isProtected": true }'