curl --location '/comments?commentable_id=1843381435948339200&commentable_type=posts&limit=undefined&cursor=undefined' \
--header 'Authorization: Bearer <token>'{
"message": "comments list",
"result": [
{
"id": "1859321643738861568",
"commentable_id": "1843381435948339200",
"commentable_type": "posts",
"content": "Test comment\n",
"parent_id": null,
"created_at": "2024-11-20T19:43:19Z",
"updated_at": "2024-11-20T19:43:19Z",
"user": {
"id": "1843381396433801216",
"avatar": "https://unavatar.io/mhsagor91@gmail.com",
"name": "Mehedi Hasan Sagor",
"verified": true,
"stats": {
"follower_count": 0,
"following_count": 0,
"friend_count": 0,
"video_count": 0,
"share_count": 0,
"music_count": 0,
"save_count": 0,
"profile_view_count": 0,
"post_count": 0,
"reaction_count": 0
},
"username": "@mhsagor",
"created_at": "2024-10-07T20:02:36Z",
"updated_at": "2024-10-07T20:02:36Z"
},
"stats": {
"reactions": [
{
"type": "like",
"count": 0
},
{
"type": "dislike",
"count": 0
}
]
},
"replies_count": 0
}
],
"success": true
}