PUT /api/v1/zk/code/:name.curl --location --request POST '/api/v1/zk/encrypt' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"masterPassword": "MyS3cur3P@ss!",
"code": "print('\''Hello from zero-knowledge!'\'')"
}'{
"encryptedPayload": {
"v": 1,
"salt": "string",
"nonce": "string",
"ciphertext": "string"
}
}