{}
curl --location --request POST '/fetchContactsList' \ --header 'AUTHORIZATION: token值' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "ret": 0, "msg": "string", "data": { "friends": [ "string" ], "chatrooms": [ "string" ], "ghs": [ "string" ] } }