14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"habits": [
|
|
{
|
|
"id": "habit-test1",
|
|
"name": "Test Habit",
|
|
"frequency": "daily",
|
|
"createdAt": "2026-02-01T10:00:00Z",
|
|
"completions": [
|
|
"2026-02-10"
|
|
]
|
|
}
|
|
],
|
|
"lastUpdated": "2026-02-10T10:00:00Z"
|
|
} |