38 lines
796 B
JSON
38 lines
796 B
JSON
[
|
|
{
|
|
"title": "test1",
|
|
"description": "test1",
|
|
"due_date": "2026-06-01",
|
|
"status": "open",
|
|
"priority": "medium"
|
|
},
|
|
{
|
|
"title": "test2",
|
|
"description": "test2",
|
|
"due_date": "2026-06-01",
|
|
"status": "open",
|
|
"priority": "high"
|
|
|
|
},
|
|
{
|
|
"title": "test3",
|
|
"description": "test3",
|
|
"due_date": "2026-06-02",
|
|
"status": "todo",
|
|
"priority": "medium"
|
|
},
|
|
{
|
|
"title": "test4",
|
|
"description": "test4",
|
|
"due_date": "2026-06-02",
|
|
"status": "open",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"title": "test5",
|
|
"description": "test5",
|
|
"due_date": "2026-06-02",
|
|
"status": "todo",
|
|
"priority": "low"
|
|
}
|
|
] |