{ "userId": "string" }
curl --location 'http://localhost/getFriendNicknameFromCache' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data '{ "userId": "string" }'
{ "code": 0, "data": { "name": "楠哥" } }