{
  "mockBidRequest": {
    "id": "test-request-id",
    "app": {
      "bundle": "com.prebid"
    },
    "device": {
      "ifa": "ec943cb9-61ec-460f-a925-6489c3fcc4e3"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "protocols": [
            2,
            3,
            5,
            6
          ],
          "w": 1024,
          "h": 576
        },
        "ext": {
          "bidder": {
            "publisherId": "10000000"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://loopme.example.com",
        "headers": {
          "Accept": [
            "application/json"
          ],
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "body": {
          "id": "test-request-id",
          "app": {
            "bundle": "com.prebid"
          },
          "device": {
            "ifa": "ec943cb9-61ec-460f-a925-6489c3fcc4e3"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "protocols": [
                  2,
                  3,
                  5,
                  6
                ],
                "w": 1024,
                "h": 576
              },
              "ext": {
                "bidder": {
                  "publisherId": "10000000"
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 204,
        "body": {
        }
      }
    }
  ],
  "expectedBidResponses": []
}
