x-api-key: ********************
curl --location --request POST 'https://mail.devtcloud.com/api/v1/domain/create' \ --header 'x-api-key: <api-key>' \ --data-urlencode 'domain=example.com'
{ "message": "messages.domain.created", "id": "999999999999999999" }