Unlike * Wenn noch nicht geliked -> Like * * @param int $articleId Die ID des Beitrags * @param string $userId Die ID des Nutzers * @return bool True wenn geliked, False wenn unliked * @throws InternalServerErrorException * @throws NotFoundException */ public function toggleLike(int $articleId, string $userId): bool; } ?>