token: ********************{
"gid": 0,
"password": "string",
"new_confirm_password": "string",
"name": "string",
"email": "user@example.com",
"phone": "string",
"status": "string",
"telegram_chat_id": "string",
"language": "zh-CN",
"code": "string"
}curl --location --request PUT '/admin/users/' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"gid": 0,
"password": "string",
"new_confirm_password": "string",
"name": "string",
"email": "user@example.com",
"phone": "string",
"status": "string",
"telegram_chat_id": "string",
"language": "zh-CN",
"code": "string"
}'{
"success": true
}