curl --location --request PATCH '/domains//nameservers' \
--header 'rs-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"nameservers": [
"ns1.customdns.com",
"ns2.customdns.com"
]
}'{
"status": 200,
"message": "Nameservers updated",
"data": null
}