Rust integration
use valkeymodule_rs::Client; let client = Client::new("YOUR_API_KEY");
curl \ -H "apikey: $API_KEY" \ https://sandbox-api.va.gov/services/va_forms/v0/forms
curl \
-H "apikey: $API_KEY" \
https://sandbox-api.va.gov/services/va_forms/v0/forms/{form_name}