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