[ Description ]
- 라이딩 모집 글에 댓글 생성
[ request ]
- Header
- Authorization : string
- jwt 토큰값
- Request Body
- contents : string
- 댓글 내용
- parentCommentId: number
- 부모 댓글 id
[ Responses ]
- 200 OK
id : 생성된 댓글 아이디
- 400 Bad Request (댓글 내용이 부적절한 경우)
- message : string
- 401 Unauthorized (jwt 토큰을 이용한 인증이 실패할 경우)
- message : string
- 404
- message : string