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