{
"id": "user_id",
"name": "chunshao",
"password": "123456789",
"source": "Polaris",
"comment": "just test"
}
curl --location --request PUT 'http://119.91.66.223:8090/core/v1/user' \
--header 'Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "user_id",
"name": "chunshao",
"password": "123456789",
"source": "Polaris",
"comment": "just test"
}'
{
"code": 0,
"info": "string"
}