What have you tried so far? Have you done any research around storing a response as a variable and asserting against that data?
This is a common question that has been asked and answered on the forum a number of times already.
Doing some searches on the forum to try and find an answer to this question, will be a better overall learning experience, than someone telling you the answer.
The learning center has a number of different pieces information that can help around creating test scripts.
The Postman Answers Public Workspace also has various solutions to forum questions, like this one:
The assertion is telling you that those 2 values do not match, so doing what itβs supposed to do.
If you want to see the mismatches, youβre going to need to expand on the code that you have to display those. Those can only really be exposed in a readable format, on the Postman console.
You could add them to the test name or the assertion error message but depending on the size of the responses, it will start to get messy quite quickly.
What have you searched/researched (either in the forum or google) to see how this can be done?