{ "type": "FIRE" }
curl --location --request PATCH 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-200000000000/reactions/5bcc1677-eb7f-4234-bc85-1842559938c8' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "FIRE" }'
{ "toast": { "title": "게시글 리액션 수정", "description": "게시글의 리액션을 \"🔥\"로 수정했습니다." }, "payload": { "id": "5bcc1677-eb7f-4234-bc85-1842559938c8", "createdAt": "2025-01-12T01:10:11.707Z", "updatedAt": "2025-01-12T01:12:21.249Z", "deletedAt": null, "type": "FIRE", "userId": "00000000-0000-0000-0000-000000000000", "postId": "00000000-0000-0000-0000-200000000000" } }