28 lines
432 B
JSON
28 lines
432 B
JSON
{
|
|
"reactions": [
|
|
{
|
|
"timestamp": 1705215000,
|
|
"data": [
|
|
{
|
|
"reaction": {
|
|
"reaction": "xxx",
|
|
"actor": "xxx"
|
|
}
|
|
}
|
|
],
|
|
"title": "xxx"
|
|
},
|
|
{
|
|
"timestamp": 1705215000,
|
|
"data": [
|
|
{
|
|
"reaction": {
|
|
"reaction": "xxx",
|
|
"actor": "xxx"
|
|
}
|
|
}
|
|
],
|
|
"title": "xxx"
|
|
}
|
|
]
|
|
}
|