/api/projectsList projects
Response
{
"projects": [
{
"id": "uuid",
"name": "My Site",
"url": "https://example.com",
"user_id": "uuid",
"created_at": "2026-05-01T12:00:00.000Z",
"updated_at": "2026-05-01T12:00:00.000Z",
"currentDa": 42,
"daHistory": []
}
]
}