{
"request": {
"headers": {
"X-Access-Token": {
"equalTo": "bevigil-api-key"
}
},
"method": "GET",
"urlPath": "/bevigil"
},
"response": {
"headers": {
"content-type": "application/json"
},
"jsonBody": {
"subdomains": [
"bar.foo.com"
]
},
"status": 200
}
}