Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/admin/zones/b0aeed5-57ad-486f-a12a-ed1dced9ca4b/records/1836ffac-2b89-4248-8ca7-6b65672841c8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone_id": "dc9e9562-1c99-444f-862f-618f634f2bd2",
"constellix_zone_id": "302320",
"record_id": "record id",
"record_name": "record name",
"record_type": "CNAME",
"ttl": 300,
"routing_policy": "geolocation",
"health_check_enabled": true
}'{
"data": {
"created_at": "2025-08-31T16:54:34.506806+06:00",
"provider_deleted_at": null,
"updated_at": "2025-08-31T18:10:11.253281517+06:00",
"deleted_at": null,
"record_type": "CNAME",
"routing_policy": "geolocation",
"record_name": "record name",
"record_id": "record id",
"constellix_zone_id": "302320",
"ttl": 300,
"zone_id": "dc9e9562-1c99-444f-862f-618f634f2bd2",
"id": "54e000e3-77a1-4d0f-bc50-dd90eca750a1",
"health_check_enabled": true,
"is_used": false
},
"message": "Request processed successfully.",
"success": true
}