cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/account/ssh-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "public_key": "<string>" }'
[ "<any>" ]
Stores a new SSH key for the authenticated user’s account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type any[].
any[]