curl --location --request GET 'https://open.yunxinapi.com/im/v2/users?account_ids' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
{
"code": 200,
"msg": "success",
"data": {
"name": "apifoxtest200",
"gender": 0,
"account_id": "apifoxtest200"
}
}