(feat) added loggind(tracing)

This commit is contained in:
Rorik Star Platinum 2025-11-07 16:59:05 +03:00
parent e4cfc5eee5
commit 131ff952ca
10 changed files with 79 additions and 43 deletions

View file

@ -33,7 +33,7 @@ pub struct Meta {
// --- Consent Models ---
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "camelCase")]
#[serde(rename_all = "snake_case")]
pub struct ConsentRequestBody {
pub client_id: String,
pub permissions: Vec<String>,