for (let i = 0; i < body.length; i++) {
      const item = body[i]
      if (isBidResponseValid(item)) {
        response.push(item)
      }