[
{
"id": 1,
"workspace_id": 3,
"name": "Backlog",
"icon": null,
"color": "gray",
"category": "pending",
"position": 1,
"created_at": "2026-01-01T00:00:00.000Z"
},
{
"id": 2,
"workspace_id": 3,
"name": "In Progress",
"icon": "in-progress",
"color": "blue",
"category": "active",
"position": 2,
"created_at": "2026-01-01T00:00:00.000Z"
},
{
"id": 3,
"workspace_id": 3,
"name": "Done",
"icon": "check",
"color": "green",
"category": "completed",
"position": 3,
"created_at": "2026-01-01T00:00:00.000Z"
}
]