{
    "mockBidRequest":{
        "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
        "site":{
            "id": "100",
            "domain": "test.domain",
            "page": "https://test.domain?target=_blank",
            "keywords": "fashion"
        },
        "imp":[
            {
                "id":"1",
                "banner":{
                    "w":300,
                    "h":250
                },
                "secure":1,
                "ext":{
                    "bidder":{
                        "pubid":"test-pubid",
                        "token":"test-pub-token"
                    }
                }
            }
        ],
        "device":{
            "os":"android",
            "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36",
            "ip":"101.101.101.101",
            "h":1280,
            "w":720
        },
        "at":1,
        "tmax":1200,
        "test":1
    },
    "httpCalls":[
        {
            "expectedRequest":{
                "uri":"https://test.prebid.bluesea?pubid=test-pubid&token=test-pub-token",
                "body":{
                    "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
                    "site":{
                        "id":"100",
                        "domain": "test.domain",
                        "page": "https://test.domain?target=_blank",
                        "keywords": "fashion"
                    },
                    "imp":[
                        {
                            "id":"1",
                            "banner":{
                                "w":300,
                                "h":250
                            },
                            "secure":1,
                            "ext":{
                                "bidder":{
                                    "pubid":"test-pubid",
                                    "token":"test-pub-token"
                                }
                            }
                        }
                    ],
                    "device":{
                        "os":"android",
                        "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36",
                        "ip":"101.101.101.101",
                        "h":1280,
                        "w":720
                    },
                    "at":1,
                    "tmax":1200,
                    "test":1
                },
                "impIDs":["1"]
            },
            "mockResponse":{
                "status":200,
                "body":{
                    "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
                    "seatbid":[
                        {
                            "bid":[
                                {
                                    "price":0.01,
                                    "adm":"test-adm",
                                    "impid":"1",
                                    "id":"test-bid-id",
                                    "h":250,
                                    "adomain":[
                                        "adv.com"
                                    ],
                                    "crid":"test-site-crid",
                                    "w":300,
                                    "ext":{
                                        "mediatype":"banner"
                                    }
                                }
                            ],
                            "seat":"test-seat"
                        }
                    ],
                    "cur":"USD"
                }
            }
        }
    ],
    "expectedBidResponses":[
        {
            "bids":[
                {
                    "bid":{
                        "price":0.01,
                        "adm":"test-adm",
                        "impid":"1",
                        "id":"test-bid-id",
                        "h":250,
                        "adomain":[
                            "adv.com"
                        ],
                        "crid":"test-site-crid",
                        "w":300,
                         "ext":{
                             "mediatype":"banner"
                         }
                    },
                    "type":"banner"
                }
            ]
        }
    ]
}
