pub async fn get_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
) -> ApiResponse<UserProfile>Expand description
GET /users/profile — fetch the authenticated user’s own profile.
pub async fn get_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
) -> ApiResponse<UserProfile>GET /users/profile — fetch the authenticated user’s own profile.