curl --location --request DELETE 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-100000000000'
{
"toast": {
"title": "이야기 삭제 완료",
"description": "이야기를 삭제했습니다.\n메인 페이지로 이동합니다!"
},
"payload": {
"id": "00000000-0000-0000-0000-100000000000",
"createdAt": "2025-01-09T10:56:16.226Z",
"updatedAt": "2025-01-12T00:58:50.617Z",
"deletedAt": null,
"title": "Postman에서 수정",
"summary": "Postman에서 수정 요약",
"content": "Postman에서 수정 요약입니다\n아무튼 요약입니다",
"thumbnailPath": null,
"category": "INFORMATION",
"userId": "00000000-0000-0000-0000-000000000000"
}
}