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