github.com/prebid/prebid-server@v0.275.0/adapters/vox/voxtest/supplemental/response_204_to_nocontent.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "Some Id (445455)",
     4      "cur": ["AUD"],
     5      "imp": [{
     6        "id": "Impression id #1",
     7        "banner": {},
     8        "bidfloorcur": "AUD",
     9        "ext": {
    10          "bidder": {
    11            "placementId": "64b94ad4ed136806629dd51c"
    12          }
    13        }
    14      }]
    15    },
    16  
    17    "httpCalls": [{
    18      "expectedRequest": {
    19        "uri": "http://somecoolurlfor.vox",
    20        "headers": {},
    21        "body": {
    22          "id": "Some Id (445455)",
    23          "cur": ["AUD"],
    24          "imp": [{
    25            "id": "Impression id #1",
    26            "banner": {},
    27            "bidfloorcur": "AUD",
    28            "ext": {
    29              "bidder": {
    30                "placementId": "64b94ad4ed136806629dd51c"
    31              }
    32            }
    33          }]
    34        }
    35      },
    36  
    37      "mockResponse": {
    38        "status": 204,
    39        "headers": {},
    40        "body": {}
    41      }
    42    }],
    43  
    44    "expectedBidResponses": []
    45  }