//! Wire bodies for the `create` op (both scopes).
//!
//! The result body for both URIs is the persisted
//! [`DidTemplateRecord`] — same shape as `GET /did-templates/{name}`.
use ;
use crateDidTemplate;
/// `spec/vta/did-templates/create/1.0` payload — create a global
/// template. Auth: super-admin.
/// `spec/vta/contexts/did-templates/create/1.0` payload — create a
/// context-scoped template. Auth: super-admin OR admin-with-context.