curl --location 'https://service1.exmaple.com/repos///keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "octocat@octomac",
"key": "ssh-rsa AAA...",
"read_only": true
}'{
"id": 1,
"key": "ssh-rsa AAA...",
"url": "https://api.github.com/repos/octocat/Hello-World/keys/1",
"title": "octocat@octomac",
"verified": true,
"created_at": "2014-12-10T15:53:42Z",
"read_only": true,
"added_by": "octocat",
"last_used": "2022-01-10T15:53:42Z"
}