Authorization: Bearer ********************curl --location --request POST '/v1/credentials//revoke' \
--header 'Authorization: Bearer <token>'{
"id": "cred_example",
"externalId": "erp-production",
"name": "ERP 生产凭据",
"kind": "bearer",
"status": "revoked",
"metadata": {
"owner": "platform"
},
"currentVersion": 1,
"fingerprintSuffix": "9a8b7c6d5e4f",
"createdAt": "2026-09-27T08:00:00.000Z",
"updatedAt": "2026-09-27T09:00:00.000Z",
"revokedAt": "2026-09-27T09:00:00.000Z"
}