Currently, I am using a Post method on a URL which is expected to be written into a database. What I would like to do is create an "if" statement within the test tab in Postman to check the status of the response and then run a query to confirm that the sent content is present. Is it feasible to achieve this functionality in Postman? This approach would greatly simplify the process of executing the collection and ensuring that the method is functioning correctly simultaneously.