I am trying to create a component that renders in a Next.js app at path /users/:id/verify/:token.
I understand how to create a route for /users/:id
But I cant seem to understand how to add another /verify/:token onto the end of that route and show something
currently I have my pages set up like this