GET
/comments/{resource_type}/{resource_id}/{comment_id}
curl \
--request GET 'https://{{hostname}}/api/v1/comments/{resource_type}/{resource_id}/{comment_id}' \
--user "username:password"
curl \
--request GET 'https://{{hostname}}/api/v1/comments/{resource_type}/{resource_id}/{comment_id}' \
--user "username:password"