POST /api/v1/zk/encrypt for testing).curl --location --request PUT '/api/v1/zk/code/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"encryptedPayload": {
"v": 1,
"salt": "W4OB5gKHK9ov...",
"nonce": "B+kG0B4oK1...",
"ciphertext": "x9Fj2kL..."
},
"language": "python",
"description": "My encrypted scraper"
}'{
"name": "string",
"language": "string",
"description": "string",
"stored": true,
"zeroKnowledge": true
}