Legacy APIFCM 알림 API
POST /notification/send
알림 생성
알림 생성
알림을 생성하고 DB에 저장합니다.
Deprecated: 이 API는 레거시입니다. Notification API를 사용해주세요.
HTTP 요청
POST /notification/send
Content-Type: application/jsonRequest Body
{
"userId": "user123",
"title": "새로운 알림",
"body": "알림 내용입니다.",
"type": "CAMPAIGN"
}