curl --location --request GET 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-100000000000'
{
"payload": {
"id": "00000000-0000-0000-0000-100000000000",
"createdAt": "2025-01-09T10:56:16.226Z",
"updatedAt": "2025-01-09T10:56:16.226Z",
"deletedAt": null,
"title": "플라톤",
"summary": "플라톤은 \"plat\"(평평한)에서 유래된 말",
"content": "그리스 철학자 플라톤의 원래 이름은 `아리스토클레스`입니다.\n어깨가 넓고 벌어져서 `plat`하다, 플라톤이라는 이름을 갖게 되었습니다.",
"thumbnailPath": null,
"category": "ETYMOLOGY",
"userId": "00000000-0000-0000-0000-000000000000",
"user": {
"id": "00000000-0000-0000-0000-000000000000",
"nickname": "개발자",
"imagePath": null
},
"reactions": []
}
}