Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/admin/zones/dc9e9562-1c99-444f-862f-618f634f2bd2/records' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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-31T16:54:34.506917829+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
}