Code Comment
| Operation | Http Method | End Point |
| Get Basic Info | GET | /code-comments/{commentId} |
| Get Replies | GET | /code-comments/{commentId}/replies |
| Query Basic Info | GET | /code-comments |
| Create Or Update | POST | /code-comments |
| Delete | DELETE | /code-comments/{commentId} |