{ "operationId": "searchPostalCodes", "method": "GET", "url": "https://postalcodes.info/search?q=madrid&country=ES", "request": { "headers": { "Accept": "application/json" }, "query": { "q": "madrid", "country": "ES" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json; charset=utf-8" }, "body": [ { "type": "Town/City", "text": "Madrid", "sub": "Spain", "url": "/postal-codes/spain/madrid" }, { "type": "Postal Code", "text": "28001 (Madrid)", "sub": "Spain", "url": "/postal-codes/spain/code/28001" } ] } }