curl --location --request GET 'https://open.yunxinapi.com/im/v2/mute_contacts?account_id=apifoxtest1&page_token&limit' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 0,
"msg": "string",
"data": {
"items": [
"string"
],
"has_more": true,
"next_token": "string"
}
}