curl --location --request GET 'https://api.flireo.com/api/v1/domains/sync'{
"domains": [
{
"id": "string",
"name": "notifications.example.com",
"status": "verified",
"created_at": "2019-08-24T14:15:22.123Z",
"region": "us-east-1",
"records": [
{
"record": "string",
"name": "string",
"type": "string",
"ttl": "string",
"status": "string",
"value": "string",
"priority": 0
}
]
}
],
"selectedDomainId": "string"
}