curl --location --request POST 'https://api.flireo.com/api/v1/domains' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain_name": "notifications.example.com" }'
{ "domain": {} }