{
  "mockBidRequest": {
    "id": "test-request",
    "imp": [
      {
        "id": "test-imp",
        "tagid": "123",
        "banner": {
          "w": 300,
          "h": 250
        },
        "ext": 1
      }
    ],
    "site": {
      "domain": "test-domain.com",
      "page": "http://test-domain.com/index",
      "ref": "https://example.com/page"
    },
    "device": {
      "ua": "ua",
      "ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "method": "POST",
        "headers": {
          "Accept": [
            "application/json"
          ],
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Origin": [
            "test-domain.com"
          ],
          "X-Openrtb-Version": [
            "2.6"
          ],
          "User-Agent": [
            "ua"
          ],
          "X-Forwarded-For": [
            "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
          ],
          "Referer": [
            "https://example.com/page"
          ]
        },
        "uri": "https://test.localhost.com",
        "body": {
          "id": "test-request",
          "imp": [
            {
              "id": "test-imp",
              "tagid": "123",
              "banner": {
                "w": 300,
                "h": 250
              },
              "ext": 1
            }
          ],
          "site": {
            "domain": "test-domain.com",
            "page": "http://test-domain.com/index",
            "ref": "https://example.com/page"
          },
          "device": {
            "ua": "ua",
            "ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
          }
        },
        "impIDs": [
          "test-imp"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "cur": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "2315f4a3-f2c4-8cac-69de-985272e1d706",
                  "crid": "4235d4b1-e2a6-9bbb-a34c-766714c2d221",
                  "price": 10,
                  "impid": "test-imp",
                  "adm": "<iframe width=\"300\" height=\"250\"></iframe>",
                  "mtype": 1
                }
              ]
            }
          ],
          "seat": "trustx"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "2315f4a3-f2c4-8cac-69de-985272e1d706",
            "crid": "4235d4b1-e2a6-9bbb-a34c-766714c2d221",
            "price": 10,
            "impid": "test-imp",
            "adm": "<iframe width=\"300\" height=\"250\"></iframe>",
            "mtype": 1
          },
          "type": "banner"
        }
      ],
      "seat": "trustx"
    }
  ]
}
