Kryptocodes -
Since "generate post" could refer to a technical "POST" request in a developer context or a social media update for the Reclaim Protocol project, I've provided both options below. 🛠️ Option 1: Technical (POST Request)
const publicOptions = { method: 'POST', body: JSON.stringify({ 'param1': '{{value}}' }) } const privateOptions = { paramValues: { 'value': 'secret_value' } } const proof = await client.zkFetch( 'https://your.url.org', publicOptions, privateOptions ) Use code with caution. Copied to clipboard Kryptocodes
Recent work includes reclaim-js-sdk and popcorn-images. reclaimprotocol/zk-fetch - GitHub Since "generate post" could refer to a technical