Example of middleware for dynamic routes and routes with many segments

Hello!

Just started learning middlewares in Strapi. Couldn’t find information in Docs.

Can anyone give an example of a route middleware (and folder structure) for “/api/users/me” and “/api/users/:id” routes?