Update The Username For User

The PATCH operation on the /admin/users/{username} endpoint allows administrators to update the username for a specific GitHub user account. This API call requires admin privileges and targets a specific user by their current username in the URL path. The operation modifies the user's login identifier while preserving their account history, repositories, and associated data. This is typically used for account maintenance purposes such as correcting usernames, handling name changes, or resolvi...