findMany($request->songs); $songs->each(fn (Song $song) => $this->authorize('access', $song)); $interactionService->unlikeMany($songs, $user); return response()->noContent(); } }