curl --location --request POST 'https://barrack.ai/api/ssh-keys/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"public_key": "string"
}'{
"success": true,
"message": "SSH key imported successfully",
"code": "SSH_KEY_IMPORTED",
"request_id": "e5f6g7h8",
"id": "j9k0l1m2",
"name": "github-deploy",
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB...",
"created_at": "2024-12-11T16:45:00Z",
"metadata": {}
}