[
{
"id": "string",
"source": {
"type": "ORDER",
"id": "string"
},
"userA": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
},
"userB": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
},
"locked": true,
"createdAt": "string",
"updatedAt": "string",
"lastMessage": {
"id": "string",
"conversationId": "string",
"sender": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
},
"body": "string",
"createdAt": "string",
"viewedAt": "string",
"attachments": [
{
"id": "string",
"imageId": "string"
}
]
}
}
]