Authorization: Bearer ********************curl --location '/tenants//communication-keys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Production signing key 2026",
"algorithm": "RS256",
"generate_keypair": true
}'{
"id": "ck_01HXYZ...",
"name": "string",
"algorithm": "HS256",
"public_key": "string",
"secret": "string",
"kid": "string",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z"
}