curl --location --request PUT 'https://oteapi.webnic.cc/domain/v2/whois-privacy/toggle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "jimtestrestwhoisprivacy.com",
"active": true
}'{
"code": "1000",
"message": "Command completed successfully."
}