{
    "mockBidRequest": {
      "id": "test-request-id-banner",
      "device": {
        "ua": "test-user-agent",
        "ipv6": "2607:fb90:f27:4512:d800:cb23:a603:e245",
        "language": "en",
        "dnt": 0
      },
      "imp": [
        {
          "id": "test-imp-id-banner",
          "banner": {
            "format": [
              {
                "w": 728,
                "h": 90
              }
            ]
          },
          "ext": {
            "bidder": {
              "host": "layer.serve.admatic.com.tr",
              "networkId": 12345
            }
          }
        }
      ]
    },
    "httpCalls": [
      {
        "expectedRequest": {
          "headers": {
            "Content-Type": [
              "application/json;charset=utf-8"
            ],
            "Accept": [
              "application/json"
            ],
            "User-Agent": [
              "test-user-agent"
            ],
            "X-Forwarded-For": [
              "2607:fb90:f27:4512:d800:cb23:a603:e245"
            ]
          },
          "uri": "http://pbs.admatic.com.tr?host=layer.serve.admatic.com.tr",
          "body": {
            "id": "test-request-id-banner",
            "device": {
              "ua": "test-user-agent",
              "ipv6": "2607:fb90:f27:4512:d800:cb23:a603:e245",
              "language": "en",
              "dnt": 0
            },
            "imp": [
              {
                "id": "test-imp-id-banner",
                "banner": {
                  "format": [
                    {
                      "w": 728,
                      "h": 90
                    }
                  ]
                },
                "ext": {
                  "bidder": {
                    "host": "layer.serve.admatic.com.tr",
                    "networkId": 12345
                  }
                }
              }
            ]
          },
          "impIDs": ["test-imp-id-banner"]
        },
        "mockResponse": {
          "status": 200,
          "body": {
            "id": "test-request-id-banner",
            "seatbid": [
              {
                "seat": "admatic",
                "bid": [
                  {
                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                    "impid": "test-imp-id-banner",
                    "price": 0.5,
                    "adm": "some-test-ad-banner",
                    "crid": "crid_10",
                    "w": 728,
                    "h": 90
                  }
                ]
              }
            ],
            "cur": "USD"
          }
        }
      }
    ],
    "expectedBidResponses": [
      {
        "currency": "USD",
        "bids": [
          {
            "bid": {
              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
              "impid": "test-imp-id-banner",
              "price": 0.5,
              "adm": "some-test-ad-banner",
              "crid": "crid_10",
              "w": 728,
              "h": 90
            },
            "type": "banner"
          }
        ]
      }
    ]
  }
  