Function update_user_profile

Source
pub async fn update_user_profile(
    user: User,
    pool: &State<MySqlPool>,
    data: String,
) -> Result<Value, Custom<String>>
Expand description

Update user profile information - handles both PII and meta updates in a single endpoint