write:public_key
scope.curl --location --request POST 'https://api.github.com/user/keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA"
}'
{
"created_at": "2019-08-24T14:15:22Z",
"id": 0,
"key": "string",
"read_only": true,
"title": "string",
"url": "string",
"verified": true
}