{
    "mockBidRequest": {
        "id": "web-banner",
        "tmax": 3000,
        "imp": [
            {
                "id": "baner-imp-id",
                "ext": {
                    "bidder": {
                        "pubId": "386276e072"
                    }
                },
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 250
                        }
                    ]
                }
            }
        ],
        "test": 0,
        "site": {
            "publisher": {
                "id": "1"
            },
            "page": "https://some-site.com",
            "ref": "https://some-site.com"
        },
        "device": {
            "w": 1200,
            "h": 900
        }
    },
    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "https://example.com/rtb/v2/bid?publisher_id=386276e072",
                "headers": {
                    "Content-Type": [
                        "application/json;charset=utf-8"
                    ],
                    "Accept": [
                        "application/json"
                    ]
                },
                "body": {
                    "id": "web-banner",
                    "tmax": 3000,
                    "imp": [
                        {
                            "id": "baner-imp-id",
                            "ext": {
                                "bidder": {
                                    "pubId": "386276e072"
                                }
                            },
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 250
                                    }
                                ]
                            }
                        }
                    ],
                    "site": {
                        "publisher": {
                            "id": "1"
                        },
                        "page": "https://some-site.com",
                        "ref": "https://some-site.com"
                    },
                    "device": {
                        "w": 1200,
                        "h": 900
                    }
                },
                "impIDs": [
                    "baner-imp-id"
                ]
            },
            "mockResponse": {
                "status": 200,
                "body": {
                    "id": "web-banner",
                    "cur": "USD",
                    "seatbid": [
                        {
                            "bid": [
                                {
                                    "id": "web-banner",
                                    "impid": "baner-imp-id",
                                    "crid": "some-creative-id",
                                    "adm": "<div>Ad</div>",
                                    "price": 20,
                                    "w": 300,
                                    "h": 250,
                                    "ext": {
                                        "prebid": {
                                          "type": "banner"
                                        }
                                      }
                                }
                            ]
                        }
                    ]
                }
            }
        }
    ],
    "expectedBidResponses": [
        {
            "currency": "USD",
            "bids": [
                {
                    "bid": {
                        "id": "web-banner",
                        "impid": "baner-imp-id",
                        "crid": "some-creative-id",
                        "adm": "<div>Ad</div>",
                        "price": 20,
                        "w": 300,
                        "h": 250,
                        "ext": {
                            "prebid": {
                              "type": "banner"
                            }
                          }
                    },
                    "type": "banner"
                }
            ]
        }
    ]
}