curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=modifyprivacystatus' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng",
"status": false,
"reason": "owner optional comment"
}'
{}
curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=modifyprivacystatus' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng",
"status": false,
"reason": "owner optional comment"
}'
{}
The response is of type object
.
Was this page helpful?