Keystore

Manage the keystore. (like adding public keys)

Get the keystore data

GET /keystore

Response

Status: 200 OK
{
  "keystore": {
    "key": "value"
  }
}