Authorization: Bearer ********************curl --location '/monitor/cache/getNames' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"cacheName": "",
"cacheKey": "",
"cacheValue": "",
"remark": ""
}
]
}