curl --location 'https://openapi.lightnode.com/sshkey/list?page=1&pageSize=50' \ --header 'x-open-token: test-token'
{ "httpStatus": 202, "rowCount": 109, "sshKeys": [ { "createTime": "2025-05-23 17:54:03", "sshKeyName": "sshkey-demo1", "sshKeyUUID": "key-e50000797wyn" }, { "createTime": "2025-05-23 17:24:16", "sshKeyName": "sshkey-demo2", "sshKeyUUID": "key-e50000797vdb" } ], "success": true }