Currently, Outpost serializes the data field using canonical JSON when delivering to destinations, which may not be 100% byte-to-byte identical to the original payload (whitespace, key ordering, etc.). For webhook consumers that rely on exact payload reproduction for signature verification or compliance requirements, we need a way to preserve the original raw payload without re-serialization.