Authorization: Bearer ********************curl --location --request PATCH 'https://api.github.com/admin/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"login": "thenewmonalisa"
}'{
"message": "Job queued to rename user. It may take a few minutes to complete.",
"url": "https://api.github.com/user/1"
}