{
  "mockBidRequest": {
    "id": "test-request-id-native",
    "imp": [
      {
        "id": "test-imp-id-native",
        "native": {
          "request": ""
        },
        "ext": {
          "bidder": {
            "siteId": "39f43a"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect",
        "body": {
          "id": "test-request-id-native",
          "imp": [
            {
              "id": "test-imp-id-native",
              "native": {
                "request": ""
              },
              "ext": {
                "bidder": {
                  "siteId": "39f43a"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id-native"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id-native",
          "seatbid": [
            {
              "seat": "pwbid",
              "bid": [{
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id-native",
                "price": 0.500000,
                "adm": "some-test-ad-native",
                "crid": "crid_10",
                "w": 728,
                "h": 90
              }]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id-native",
            "price": 0.5,
            "adm": "some-test-ad-native",
            "crid": "crid_10",
            "w": 728,
            "h": 90
          },
          "type": "native"
        }
      ]
    }
  ]
}
