main
 1---
 2http_interactions:
 3- request:
 4    method: delete
 5    uri: https://haveibeenpwned.com/api/breaches
 6    body:
 7      encoding: UTF-8
 8      string: ""
 9    headers:
10      Accept:
11      - application/vnd.haveibeenpwned.v2+json
12  response:
13    status:
14      code: 200
15      message: OK
16    headers:
17      Content-Type:
18      - application/json; charset=utf-8
19    body:
20      encoding: UTF-8
21      string: '{"Message":"Congratulations!"}'
22    http_version:
23  recorded_at: Mon, 07 May 2018 20:21:13 GMT
24recorded_with: VCR 4.0.0