{
  "mockBidRequest": {
    "id": "some-request-id",
    "device": {
      "ua": "test-user-agent",
      "ip": "123.123.123.123",
      "language": "en",
      "dnt": 0
    },
    "tmax": 1000,
    "user": {
      "buyeruid": "awesome-user"
    },
    "app": {
      "publisher": {
        "id": "123456789"
      },
      "cat": [
        "IAB22-1"
      ],
      "bundle": "com.app.awesome",
      "name": "Awesome App",
      "domain": "awesomeapp.com",
      "id": "123456789"
    },
    "imp": [
      {
        "id": "some-impression-id",
        "banner": {
          "w": 320,
          "h": 50
        },
        "ext": {
          "bidder": {
            "pid": "publisher123",
            "tid": "placement123"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Accept": [
            "application/json"
          ],
          "X-Openrtb-Version": [
            "2.5"
          ],
          "Host": [
            "rtb.beardfleet.com"
          ],
          "Ip": [
            "123.123.123.123"
          ],
          "User-Agent": [
            "test-user-agent"
          ],
          "X-Forwarded-For": [
            "123.123.123.123"
          ]
        },
        "uri": "https://rtb.beardfleet.com/auction/bid?pid=publisher123&tid=placement123",
        "body": {
          "id": "some-request-id",
          "device": {
            "ua": "test-user-agent",
            "ip": "123.123.123.123",
            "language": "en",
            "dnt": 0
          },
          "imp": [
            {
              "id": "some-impression-id",
              "banner": {
                "w": 320,
                "h": 50
              },
              "ext": {
                "bidder": {
                  "pid": "publisher123",
                  "tid": "placement123"
                }
              }
            }
          ],
          "app": {
            "id": "123456789",
            "name": "Awesome App",
            "bundle": "com.app.awesome",
            "domain": "awesomeapp.com",
            "cat": [
              "IAB22-1"
            ],
            "publisher": {
              "id": "123456789"
            }
          },
          "user": {
            "buyeruid": "awesome-user"
          },
          "tmax": 1000
        },
        "impIDs": [
          "some-impression-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "awesome-resp-id",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "a3ae1b4e2fc24a4fb45540082e98e161",
                  "impid": "some-impression-id",
                  "price": 3.5,
                  "adm": "awesome-markup",
                  "adomain": [
                    "awesome.com"
                  ],
                  "crid": "20",
                  "w": 320,
                  "h": 50,
                  "mtype": 1
                }
              ],
              "seat": "boldwin_rapid"
            }
          ],
          "cur": "USD",
          "ext": {
            "responsetimemillis": {
              "boldwin_rapid": 154
            },
            "tmaxrequest": 1000
          }
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "a3ae1b4e2fc24a4fb45540082e98e161",
            "impid": "some-impression-id",
            "price": 3.5,
            "adm": "awesome-markup",
            "adomain": [
              "awesome.com"
            ],
            "crid": "20",
            "w": 320,
            "h": 50,
            "mtype": 1
          },
          "type": "banner"
        }
      ]
    }
  ]
}