{
"success": true,
"statusCode": 200,
"data": [
{
"id": "some-comment-id",
"argumentType": "oppose",
"commenter": {
"id": "some-user-id",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
},
"text": "This is my comment, where @{some-random-user-id} is mentioned, and this man @{another-user-id} is mentioned",
"mentionedUsers": {
"some-random-user-id": {
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
},
"another-user-id": {
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
}
},
"totalFlames": 10,
"totalReplies": 8,
"dateCommented": "2024-10-07 15:31:43.751Z"
},
{
"id": "some-comment-id",
"commenter": {
"id": "some-user-id",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
},
"text": "This is my comment.",
"totalFlames": 10,
"totalReplies": 8,
"dateCommented": "2024-10-07 15:31:43.751Z"
},
{
"id": "some-comment-id",
"commenter": {
"id": "some-user-id",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
},
"text": "This is my comment.",
"totalFlames": 10,
"totalReplies": 8,
"dateCommented": "2024-10-07 15:31:43.751Z"
}
]
}