cURL
curl --request GET \ --url https://api.chicklet.io/v1/ssh-keys \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "public_key": "<string>", "user_id": 123, "created_at": "2023-11-07T05:31:56Z" } ]
List all SSH keys for the authenticated user
Bearer token authentication (e.g. "Bearer your-api-key")
OK