Function update_user_notification

Source
pub async fn update_user_notification(
    __arg0: State<AppState>,
    __arg1: Extension<CurrentUser>,
    payload: PayloadJson<UserNotificationUpdate>,
) -> Result<Json<UserNotificationUpdate>>