findOrFail($request->song); $this->authorize('access', $song); return InteractionResource::make($interactionService->toggleLike($song, $user)); } }