curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/top-commentGet the highest-voted comment on an entity
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/top-commentnull if the entity has no comments.
null if there are no comments.
null
{
"id": "uuid",
"content": "Great post!",
"upvotes": ["userId1", "userId2"],
...
}