data.status: "no_change" — nothing is changed, and the message says so.curl --location 'https://api.inboxkit.com/v1/api/domains/privacy' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uid": "dom-123e4567-e89b-12d3-a456-426614174000",
"enable": true,
"reason": "Customer requested privacy protection"
}'{
"error": false,
"message": "WHOIS privacy enabled successfully.",
"data": {
"domain": "example.com",
"whois_privacy": true,
"status": "updated"
}
}