curl --location '/domains//dnssec' \
--header 'rs-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"keytag": 12345,
"algorithm": 13,
"digesttype": 2,
"digest": "8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D771D7805A"
}'{
"status": 200,
"message": "DNSSEC record added",
"data": null
}