{ "request": { "method": "GET", "url": "https://plus.dnb.com/v1/file/f-abc123def456/download", "headers": { "Authorization": "Bearer ", "Accept": "application/octet-stream" } }, "response": { "status": 200, "headers": { "Content-Type": "application/octet-stream", "Content-Disposition": "attachment; filename=\"f-abc123def456-output.csv\"" }, "body": "" } }