Rust integration
use teaclave_sgx_sdk::Client; let client = Client::new("YOUR_API_KEY");
curl \ -H "client_id: $API_KEY" \ /api/products/get-codename
curl \ -H "client_id: $API_KEY" \ /api/products/get-products
curl \ -H "client_id: $API_KEY" \ /api/products/get-ordering-info