{ "opencollection": "1.0.0", "info": { "name": "Galileo Financial Technologies Pro Config Risk API", "version": "2026-05-23" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Risk", "type": "folder" }, "items": [ { "info": { "name": "screenRisk", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.cv.gpsrv.com/pro/risk/screen", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }