{ "appId": "string", "contactType": 0 }
curl --location 'https://api.wekeapi.com/api/v1/contact/fetchContactList' \ --header 'X-Access-Token;' \ --header 'Content-Type: application/json' \ --data '{ "appId": "string", "contactType": 0 }'
{ "code": 0, "data": { "chatrooms": [ "string" ], "friends": [ "string" ], "ghs": [ "string" ] }, "message": "OK" }