pub async fn update_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<UpdateProfileRequest>,
) -> ApiResponse<UserProfile>Expand description
PUT /users/profile — update the authenticated user’s profile fields.
pub async fn update_profile(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<UpdateProfileRequest>,
) -> ApiResponse<UserProfile>PUT /users/profile — update the authenticated user’s profile fields.