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