{
"success": true,
"projects": [
{
"_id": "507f1f77bcf86cd799439011",
"name": "my-react-app",
"projectType": "static",
"repoLink": "https://github.com/username/react-app.git",
"status": "live",
"totalRequest": 15234,
"totalBuilds": 12,
"plan": "free",
"domain": "my-react-app-a3f9k2.deployhub.online",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-20T14:22:00.000Z"
},
{
"_id": "507f1f77bcf86cd799439012",
"name": "express-api",
"projectType": "node",
"repoLink": "https://github.com/username/express-server",
"status": "live",
"totalRequest": 8921,
"totalBuilds": 8,
"plan": "pro",
"domain": "api.example.com",
"createdAt": "2024-01-10T08:15:00.000Z",
"updatedAt": "2024-01-19T11:45:00.000Z"
},
{
"_id": "507f1f77bcf86cd799439013",
"name": "landing-page",
"projectType": "static",
"repoLink": "https://github.com/username/landing-page",
"status": "building",
"totalRequest": 0,
"totalBuilds": 1,
"plan": "free",
"domain": "landing-page-x9k2m1.deployhub.online",
"createdAt": "2024-01-22T16:00:00.000Z",
"updatedAt": "2024-01-22T16:00:00.000Z"
},
{
"_id": "507f1f77bcf86cd799439014",
"name": "blog",
"projectType": "static",
"repoLink": "https://github.com/username/blog",
"status": "failed-deploy",
"totalRequest": 2341,
"totalBuilds": 5,
"plan": "free",
"domain": "blog-p4j8n3.deployhub.online",
"createdAt": "2024-01-05T12:00:00.000Z",
"updatedAt": "2024-01-18T09:30:00.000Z"
}
]
}