Authorization: Bearer ********************curl --location '/tenants//communication-keys' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"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"
}
]
}