POST <http://localhost:8080/api/comments>
Cookie: ACCESS-TOKEN={로그인할 때 받은 쿠키 값}Cookies 탭에 accessToken 추가하면 됨{
"feedId": 1,
"body": "저도 같은 문제 겪었어요"
}

GET <http://localhost:8080/api/comments/{feedId}>
feedId = 피드 ID[
{
"id": 1,
"body": "저도 같은 문제 겪었어요",
"userId": 4393742885,
"createdAt": "2025-08-17T18:58:10.959169"
}
]
