Get decrypted API key plaintext
curl --request GET \
--url https://api.kazzle.app/api/api-keys/{id}/plaintext \
--header 'Authorization: Bearer <token>'{
"key": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/api-keys/{id}/plaintext \
--header 'Authorization: Bearer <token>'{
"key": "<string>"
}