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