I have used the swagger-ui-express to document my api but I have realized that when I'm using the Try it Out button to update, create or delete a user, my PostgreSQL database is being modified.
Is there a way I can prevent this and reset the data to what it initially was when the client is done experiencing with the docs?