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