pub async fn profile_get(
profile_id: ProfileId,
store: State<'_, ProfileStoreHandle>,
) -> Result<ProfileDetail, AppError>Expand description
Return the full detail for a single profile.
Returns AppError::NotFound when no profile with profile_id exists.