github.com/prebid/prebid-server/v2@v2.18.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        "impIDs":["Impression id #1"]
    36      },
    37  
    38      "mockResponse": {
    39        "status": 204,
    40        "headers": {},
    41        "body": {}
    42      }
    43    }],
    44  
    45    "expectedBidResponses": []
    46  }