access-token: ********************{
"label": "Updated SSH Key"
}curl --location --request PUT '/admin/sshkeys/' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "Updated SSH Key"
}'{
"success": true
}