16 lines
263 B
JSON
16 lines
263 B
JSON
[
|
|
{
|
|
"id": 100,
|
|
"started_at": "2024-11-21 11:55:00",
|
|
"finished_at": null,
|
|
"user_id": 2,
|
|
"is_paused": false
|
|
},
|
|
{
|
|
"id": 101,
|
|
"started_at": "2024-11-11 12:00:00",
|
|
"finished_at": null,
|
|
"user_id": 1,
|
|
"is_paused": true
|
|
}
|
|
] |