16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"notifications_v2": [
|
|
{
|
|
"timestamp": 1732105000,
|
|
"unread": true,
|
|
"href": "url://somewhere",
|
|
"text": "xxx"
|
|
},
|
|
{
|
|
"timestamp": 1731630000,
|
|
"unread": true,
|
|
"href": "url://somewhere",
|
|
"text": "xxx"
|
|
}
|
|
]
|
|
}
|