{ "type": "FIRE" }
curl --location --request POST 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-200000000000/comments/1a692474-377e-43ea-babf-d60e16ab92c1/reactions' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "FIRE" }'
{ "toast": { "title": "댓글 리액션 생성", "description": "댓글의 \"🔥\" 리액션이 성공적으로 생성되었습니다." }, "payload": { "id": "736c840e-87c3-463f-8f3d-fd93ad18c085", "createdAt": "2025-01-12T01:36:27.459Z", "updatedAt": "2025-01-12T01:36:27.459Z", "deletedAt": null, "type": "FIRE", "userId": "00000000-0000-0000-0000-000000000000", "postId": "00000000-0000-0000-0000-200000000000", "commentId": "5348370c-0a03-4b17-a824-e46f1c6cfe62" } }