Dynamic Values Verification

Hi Team,

I am using postman and I want to verify the response.
Yes we can verify manually but Is there any generic way to verify the dynamic response?E.g. Through the script, .CSV file, Automation etc.

Code Example:
{
“id”: “964605154”,
“customerTypeId”: 2,
“firstName”: “Ryan”,
“lastName”: “Edmiston”,
}
As you can see above JSON file, I need to verify those values of objects through automation, .CSV file, Scripting etc.
Looking forward!!!