유저

유저 아이디 찾기 - GET

http://localhost:8080/api/find-id

{
    "email":"[email protected]"
}
{
    "userId": "imnot희"
}

알람

알람 상태 - GET

http://localhost:8080/api/alarm/status/{alarm_id}

true

알람 상태 수정 - PATCH

http://localhost:8080/api/alarm/update_alarm/{alarm_id}

Value updated successfully.