Authorization: Bearer ********************
curl --location -g --request GET 'https://..authok.cn/api/v1/keys/signing'
{
"kid": "string",
"cert": "string",
"pkcs8": "string",
"current": true,
"next": true,
"previous": true,
"current_since": "string",
"current_until": "string",
"fingerprint": "string",
"thumbprint": "string",
"revoked": true,
"revoked_at": "string"
}