Skip to main content

📂 Projects

➕ Add Project (POST)​

POST http://localhost:8081/projects

Headers​

KeyValue
Content-Typeapplication/json

Body​

{
"name": "Test Project",
"description": "This is a test project",
"numberOfClients": 5,
"numberOfUsers": 120,
"usage": "Internal testing",
"pricing": 499,
"endpoints": [1, 2, 3]
}

Response​

{
"message": "Project created",
"id": "682eed1bf817dc2357000000"
}