access-token: ********************{
"label": "My SSH Key",
"ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC..."
}curl --location '/admin/sshkeys' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "My SSH Key",
"ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC..."
}'{
"success": true
}