{
    "token": "apifoxtest200"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/accounts//actions/refresh_token' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "apifoxtest200"
}'{
    "code": 200,
    "msg": "success",
    "data": {
        "account_id": "123456",
        "token": "abcdef",
        "configration": {
            "enabled": false,
            "p2p_chat_banned": false,
            "team_chat_banned": false,
            "chatroom_chat_banned": false,
            "qchat_chat_banned": false,
            "push_enabled_when_desktop_online": true
        }
    }
}