pub async fn get_user_profile( user: User, pool: &State<MySqlPool>, ) -> Result<Value, Custom<String>>
Get the current user’s complete profile including meta and PII data