pub async fn get_user_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Path<String>,
) -> ApiResponse<UserProfile>Expand description
GET /users/{user_id}/profile Get specific user profile (admin only)
pub async fn get_user_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Path<String>,
) -> ApiResponse<UserProfile>GET /users/{user_id}/profile Get specific user profile (admin only)