How to approach need for virtual page on my WP site?

This is what I’ve tried so far (and a number of experimental variations)

add_rewrite_rule('reviews/([^/]+)/?', 'review-template','top');

I have done flush_rewrite_rules multiple times and verified the changes in .htaccess.