administrator is guarded — requires confirm: true, otherwise 422.{
"role": "editor",
"confirm": false
}curl --location 'https://api.servebolt.io/v1/environments//wordpress/users//set-role' \
--header 'Content-Type: application/json' \
--data '{
"role": "editor",
"confirm": false
}'