Get request and response XSD schemas from the website URL and convert them into JSON Schemas in Postman to validate requests and responses to automate test API scripts.
I used this in .net to automate XML APIs, but this is regarding Postman, where I want to convert XSD to JSON schema within pre-request-script, run the automated tests, and validate requests and responses in Postman.