Contract Tests vs Pact

Hello. I am doing some research into consumer-driven contract testing and comparing Contract Tests in Postman with Pact. The following article advocates utilizing Contract Tests and I have played with them in Postman. Good stuff.

One benefit of Pact seems to be that contract testing and mocking can be generated for many common languages: C#, Java, JavaScript, etc. But with Postman, as far as I can tell, contract testing and mocking is only provided for JavaScript consumers.

I have been leaning towards doubling down on Postman instead of introducing another technology like Pact but this limitation may be a dealbreaker. Am I missing something?

well you able to setup everything with pact ? which language you used ? and how everything go ? you have any example repo ? Im also now working to test micro service with contract testing approach and also figuring out which tool is best. Please provide your feedback please