{
  "mockBidRequest": {
    "id": "test-request-id",
    "device": {
      "ua": "test-user-agent",
      "ip": "123.123.123.123",
      "language": "en",
      "dnt": 0
    },
    "imp": [
      {
        "id": "test-video-id",
        "video": {
          "mimes": ["video/mp4"],
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "token": "66668888",
            "publisherId": "1111"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Accept": [
            "application/json"
          ],
          "User-Agent": [
            "test-user-agent"
          ],
          "X-Forwarded-For": [
            "123.123.123.123"
          ]
        },
        "uri": "https://test.endpoint.com/api/rtbs/adx/rtb?x-net-id=1111&x-net-token=66668888",
        "body": {
          "id": "test-request-id",
          "device": {
            "ua": "test-user-agent",
            "ip": "123.123.123.123",
            "language": "en",
            "dnt": 0
          },
          "imp": [
            {
              "id": "test-video-id",
              "video": {
                "mimes": ["video/mp4"],
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "token": "66668888",
                  "publisherId": "1111"
                }
              }
            }
          ]
        },
        "impIDs": ["test-video-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id-test-video-id",
          "seatbid": [
            {
              "seat": "test-seat",
              "bid": [
                {
                  "id": "5dce6055-a93c-1fd0-8c29-14afc3e510fd",
                  "impid": "test-video-id",
                  "price": 0.1529,
                  "nurl": "test-win",
                  "adm": "test-video",
                  "adid": "92-288",
                  "adomain": ["advertiserdomain.com"],
                  "crid": "288",
                  "w": 300,
                  "h": 250
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "5dce6055-a93c-1fd0-8c29-14afc3e510fd",
            "impid": "test-video-id",
            "price": 0.1529,
            "nurl": "test-win",
            "adm": "test-video",
            "adid": "92-288",
            "adomain": ["advertiserdomain.com"],
            "crid": "288",
            "w": 300,
            "h": 250
          },
          "type": "video"
        }
      ]
    }
  ]
}
