{ "data": "你好呀" }
curl --location --request POST 'http://localhost:8096/confidential/cipher/encrypt' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": "你好呀" }'
{}