경로: POST /notifications
기능: 새로운 알림을 생성합니다.
요청 본문:
{
"recipientId": "사용자 ID",
"message": "알림 메시지",
"type": "알림 유형"
}
응답:
GET /notifications/{userId}PUT /notifications/{notificationId}/readDELETE /notifications/{notificationId}PUT /users/{userId}/notification-settings