curl --request PATCH \
--url https://api.cloud.onidel.com/ssh_keys/{ssh_key_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"team_id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
"name": "Updated Server Key",
"ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname"
}
'