curl --location --request PATCH 'https://api.github.com/repos///import/authors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "hubot@github.com",
"name": "Hubot the Robot"
}'
{
"email": "string",
"id": 0,
"import_url": "http://example.com",
"name": "string",
"remote_id": "string",
"remote_name": "string",
"url": "http://example.com"
}