{ "groupId": "string" }
curl --location 'http://localhost/getGroupNameFromCache' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data '{ "groupId": "string" }'
{ "code": 0, "data": { "name": "2333" } }