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