{
    "mockBidRequest":
    {
        "id": "test-request-id",
        "imp": [
        {
            "id": "test-imp-id",
            "instl": 1,
            "banner":
            {
                "battr": [1],
                "mimes": [
                    "image/jpeg",
                    "image/jpg",
                    "image/gif",
                    "image/png"
                ],
                "w": 320,
                "h": 480
            },
            "ext":
            {
                "bidder":
                {
                    "host": "api-us",
                    "path": "auction/rtb/v2",
                    "seller_id": "1"
                }
            }
        }]
    },
    "httpCalls": [
    {
        "expectedRequest":
        {
            "uri": "https://api-us.bidmachine.io/auction/rtb/v2/1",
            "headers":
            {
                "Content-Type": [
                    "application/json"
                ],
                "Accept": [
                    "application/json"
                ],
                "X-Openrtb-Version": [
                    "2.5"
                ]
            },
            "body":
            {
                "id": "test-request-id",
                "imp": [
                {
                    "id": "test-imp-id",
                    "instl": 1,
                    "banner":
                    {
                        "battr": [1],
                        "mimes": [
                            "image/jpeg",
                            "image/jpg",
                            "image/gif",
                            "image/png"
                        ],
                        "w": 320,
                        "h": 480
                    },
                    "ext":
                    {
                        "bidder":
                        {
                            "host": "api-us",
                            "path": "auction/rtb/v2",
                            "seller_id": "1"
                        }
                    }
                }]
            },
            "impIDs":["test-imp-id"]
        },
        "mockResponse":
        {
            "status": 200,
            "body":
            {
                "id": "test-request-id",
                "seatbid": [
                {
                    "bid": [
                    {
                        "id": "test-bid-id",
                        "impid": "test-imp-id",
                        "price": 100,
                        "adm": "test-adm",
                        "cid": "test-cid",
                        "crid": "test-crid"
                    }],
                    "seat": "bidmachine"
                }],
                "cur": "USD"
            }
        }
    }],
    "expectedBidResponses": [
    {
        "currency": "USD",
        "bids": [
        {
            "bid":
            {
                "id": "test-bid-id",
                "impid": "test-imp-id",
                "price": 100,
                "adm": "test-adm",
                "cid": "test-cid",
                "crid": "test-crid"
            },
            "type": "banner"
        }]
    }]
}