confirm: true, otherwise 422.{
"skip-email": true,
"confirm": false
}curl --location 'https://api.servebolt.io/v1/environments//wordpress/users//reset-password' \
--header 'Content-Type: application/json' \
--data '{
"skip-email": true,
"confirm": false
}'