{
"member_id": "string",
"role_id": 0
}curl --location --request PUT 'https://chat.jijyun.cn/v1/openapi/users/new?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"member_id": "string",
"role_id": 0
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"result": "更新成功"
}
}