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