How to compare Json in a file with a response

Hi,
I’m trying to compare Json file with a response. My requirement to compare multiple endpoints to compare with different json’s. Please guide me if this can be achieved in Postman?

You can create a single JSON file with details of the end point and the relevant JSON for that endpoint.

You can then use this JSON file as a data file within the collection runner.

Looping through a Data File in the Postman Collection Runner | Postman Blog

If you provide an example JSON response, I will show you how to structure the data file and a basic example.