curl --location --request GET 'http://127.0.0.1:18111/monitor/cache/getValue//' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"cacheName": "string",
"cacheKey": "string",
"cacheValue": "string",
"remark": "string"
}
}