Authorization: Bearer ********************curl --location --request GET 'localhost:8080/monitor/cache' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"info": {
"property1": "string",
"property2": "string"
},
"dbSize": 0,
"commandStats": [
{
"property1": "string",
"property2": "string"
}
]
}
}