Add custom WordPress admin page with pretty url via code

How can create a admin page which will have a slug similar to wp-admin/admin.php/our-custom-page

You can’t, this is not possible in WP Admin

Unlike the frontend, WP Admin does not support pretty URLs, and has no rewrite rules system to plug into. What you’re already using is the closest available solution.