updateUserInfo
@Patch(value = "update-info/")
Handles PATCH users/update-info/.
Validates request data and delegates user profile updates to UpdateUserInfo.
Response mapping:
200 OKwhen user info is updated400 Bad Requestwhen payload validation fails404 Not Foundwhen the target user does not exist
Return
An HTTP response representing the update result.
Parameters
request
Payload containing the updated user profile information.