Promote User To Be Site Administrator

Promotes a specified GitHub user to site administrator status through a PUT request to the /users/{username}/site_admin endpoint. This operation requires authentication with appropriate administrative privileges and is typically only available to GitHub Enterprise installations. The endpoint accepts the target user's username as a path parameter and, upon successful execution, grants the user elevated site-wide administrative permissions, allowing them to manage the GitHub instance, configure...