rs-x-api-key: ********************
curl --location --request PATCH '/domains//lock' \ --header 'rs-x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "locked": true }'
{ "status": 200, "message": "Domain lock updated", "data": null }