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