access-token: ********************curl --location '/admin/sshkeys?page=undefined&page_size=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"ssh_keys": [
{
"id": 1,
"label": "My SSH Key",
"type": "admin",
"relid": 1,
"created_at": "2023-01-01T12:00:00Z"
}
],
"total": 10
}