[PUT] /api/v1/notifications/read/${notificationId}
[PUT] /api/v1/notifications/read
[PUT] /api/v1/notifications/click/${notificationId}
[PUT] /api/v1/notifications/click
Request
- 헤더
headers { Authorization: "Bearer ${token}" } // 토큰으로 부터 userId를 추출함
Response
- JSON (예시)
Notification
{ isClicked isRead }