curl --location --request PUT 'https://api.flashcat.cloud/v1/n9e/user/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"username": "root2",
"nickname": "超管",
"phone": "",
"email": "",
"portrait": "",
"roles": [
"Admin"
],
"contacts": {},
"maintainer": 0,
"create_at": 1697527031,
"create_by": "system",
"update_at": 1697527031,
"update_by": "system",
"admin": true
}'
{"err":""}