From adfd005eabad5f6e9ab5f07194bcb6a0be132b29 Mon Sep 17 00:00:00 2001 From: Codetrauma Date: Mon, 28 Jul 2025 11:06:56 -0700 Subject: [PATCH] feat: added notarizeReason to headers --- examples/twitter_profile_ts_with_inputs/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/twitter_profile_ts_with_inputs/src/index.ts b/examples/twitter_profile_ts_with_inputs/src/index.ts index 35846c2..85ef9d1 100644 --- a/examples/twitter_profile_ts_with_inputs/src/index.ts +++ b/examples/twitter_profile_ts_with_inputs/src/index.ts @@ -125,6 +125,7 @@ export function two() { 'x-client-transaction-id': headers['x-client-transaction-id'], Host: 'api.x.com', authorization: headers.authorization, + notarizationReason: previousData.notarizeReason, 'Accept-Encoding': 'identity', Connection: 'close', },