Authorization: Bearer ********************
{
"guid": "string",
"userName": "string",
"email": "string",
"phone": "string",
"password": "string",
"accountState": "Normal"
}
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/manage/users/security' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"userName": "string",
"email": "string",
"phone": "string",
"password": "string",
"accountState": "Normal"
}'