curl --location --request GET 'https://open.yunxinapi.com/im/v2/friends?account_id=accid1&page_token&limit=100' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'{
"code": 200,
"msg": "success",
"data": {
"has_more": true,
"next_token": "asdfrqwewqe",
"items": [
{
"friend_account_id": "accid1",
"alias": "name",
"extension": "string",
"customer_extension": "string"
},
{
"friend_account_id": "accid2",
"alias": "name",
"extension": "string",
"customer_extension": "string"
}
]
}
}