administrator role is guarded —confirm: true, otherwise 422.{
"role": "editor",
"user_pass": "stringst",
"user_email": "user@example.com",
"display_name": "string",
"confirm": false
}curl --location --request PATCH 'https://api.servebolt.io/v1/environments//wordpress/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "editor",
"user_pass": "stringst",
"user_email": "user@example.com",
"display_name": "string",
"confirm": false
}'