Authorization: ********************
curl --location --request PATCH '/api/comments/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "수정된 댓글 내용입니다." }'
{ "code": "1", "message": "성공하였습니다.", "data": {} }