16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"notifications": [
|
|
{
|
|
"timestamp": 1714465000,
|
|
"unread": true,
|
|
"href": "url://somewhere",
|
|
"text": "xxx"
|
|
},
|
|
{
|
|
"timestamp": 1714465000,
|
|
"unread": true,
|
|
"href": "url://somewhere",
|
|
"text": "xxx"
|
|
}
|
|
]
|
|
}
|