{
"messages": [
{
"id": "my-id-xxx-1",
"sender": "PERSONA",
"date": "2021-01-25T15:48:00Z",
"text": "Hey there!"
},
{
"id": "my-id-xxx-2",
"sender": "PERSONA",
"date": "2021-01-25T15:48:20Z",
"text": "how are you?"
},
{
"id": "my-id-xxx-3",
"sender": "PERSONA",
"date": "2021-01-25T15:48:30Z",
"poke": true
},
{
"id": "my-id-xxx-4",
"sender": "USER",
"date": "2021-01-25T15:49:20Z",
"text": "good and you?"
},
{
"id": "my-id-xxx-5",
"sender": "USER",
"date": "2021-01-25T15:49:21Z",
"text": "check this photo!",
"pictureUrls": [
"https://example.com/image.jpg"
]
}
]
}