Get related comments

GET /api/comment/getRelatedComments

Returns a list of comments associated with an object

GET /api/comment/getRelatedComments
curl \
 -X GET http://api.example.com/api/comment/getRelatedComments \
 -H "Authorization: Bearer $ACCESS_TOKEN"