pub async fn update_user_profile( user: User, pool: &State<MySqlPool>, data: String, ) -> Result<Value, Custom<String>>
Update user profile information - handles both PII and meta updates in a single endpoint