{ "title": "Create", "endpoint": "POST /pwa/v3/projects", "description": "Create creates a project, including both a live and test environment.", "request": { "method": "POST", "path": "/pwa/v3/projects", "headers": { "Authorization": "Basic ", "Content-Type": "application/json" }, "body": { "name": "", "project_slug": "" } }, "response": { "status": 200, "body": { "request_id": "example-value", "status_code": 200 } } }