23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"todos": [
|
|
{
|
|
"id": 1,
|
|
"task": "Test 1",
|
|
"completed": true,
|
|
"created_at": "2025-11-11T10:06:26.232036+01:00"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"task": "Test 2",
|
|
"completed": false,
|
|
"created_at": "2025-11-11T10:06:33.4405526+01:00"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"task": "Test 3",
|
|
"completed": true,
|
|
"created_at": "2025-11-11T10:06:36.4225131+01:00"
|
|
}
|
|
],
|
|
"next_id": 4
|
|
} |