Authorization: Bearer ********************curl --location '/api/monitor/cache/keys?count=undefined&cursor=undefined&pattern=undefined' \
--header 'Authorization: Bearer <token>'{
"keys": [
{
"encoding": "string",
"key": "string",
"keyType": "string",
"size": "string",
"ttl": 0
}
],
"nextCursor": 0
}