{
"request": {
"method": "GET",
"queryParameters": {
"KEY": {
"equalTo": "builtwith-api-key"
}
},
"urlPath": "/builtwith"
},
"response": {
"headers": {
"content-type": "application/json"
},
"jsonBody": {
"Results": [
{
"Result": {
"Paths": [
{
"SubDomain": "bar"
}
]
}
}
]
},
"status": 200
}
}