Everyone talks about Pythagoras equations but here is something similar:
$$ (x^2+y^2)^3=(x^2-y^2)^2$$
This is the shape of a rose curve. It does have a peculiar 8-fold intersection at the origin. Two self tangencies at the origin: $y = x$ and $y = -x$.
Wikipedia says this curve is genus 0, meaning there should be a "map" to projective space. We can find a point on the curve e.g. $(x,y)=(0,0)$ or $(1,0)$ and intersect the curve with various lines of rational slope $y=mx+b$ with $m\in \mathbb{Q}$.
There could also be an integer equation by writing the equation in homogenous coordinates $[x:y:z]\in P^1(\mathbb{Q})$.
$$ (x^2+y^2)^3=(x^2-y^2)^2 \, z^2$$
The $z$ coordinate looks extra, but in this part $x,y,z \in \mathbb{Z}$.

$$(x^2+y^2)^3= (x^2-y^2)^2$$ Let $x= r \cos (t)$, y = r $\sin(t)$ $$r^6= r^4 (\cos^2(t)-sin^2(t))^2$$ $$r^2= \cos^2(2t)$$ If $(a,b,c)$ is a Pythagorean triple, then $\cos(t) =\frac{a}{c}$, $\sin(t) =\frac{b}{c}$ should give a rational solution. Because then $r$ is rational, hence $x$ and $y$ are.