{
"host": "string",
"level": 0,
"line": "DEFAULT",
"rain_product_id": 0,
"rain_product_type": "rcs",
"record_id": 0,
"ttl": 0,
"type": "A",
"value": "string"
}
curl --location --request PATCH 'https://api.v2.rainyun.com/product/domain//dns' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "string",
"level": 0,
"line": "DEFAULT",
"rain_product_id": 0,
"rain_product_type": "rcs",
"record_id": 0,
"ttl": 0,
"type": "A",
"value": "string"
}'
{}