How to test zoom app on different environments

I am creating a zoom app ( https://marketplace.zoom.us) for a company which has dev, test, sand and production environment. We will create zoom meeting on behalf of other users.

if I will publish zoom app for production environment. As you know we can only put one domain in OAuth Redirect URL. So my question here is if we have to enhance a functionality then how can i test that in dev, test and sand environment.

i got the solution. i just need to add other environment redirect uri in OAuth Allow Lists field.