{ "content": "Postman으로 만든 댓글" }
curl --location --request POST 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-200000000000/comments' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "Postman으로 만든 댓글" }'