curl --location --request POST '/nimserver/qchat/getChannelIdentifyPages.action' \ --header 'AppKey: {{AppKey}}' \ --header 'Nonce: {{Nonce}}' \ --header 'CurTime: {{CurTime}}' \ --header 'CheckSum: {{CheckSum}}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'accid=' \ --data-urlencode 'serverId=' \ --data-urlencode 'channelId=' \ --data-urlencode 'timetag=' \ --data-urlencode 'limit='
{}