curl --location 'https://customers.coldmailreseller.com/api/v1/integration/domains/by-user?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Domains fetched successfully",
"data": [
{
"id": "D4XM9JV2S9HMPYFQW393AZHQVD4XM",
"domain": "acmecorp.com",
"status": "ACTIVE",
"registeredOn": "2019-08-24T14:15:22.123Z",
"expireOn": "2019-08-24T14:15:22.123Z",
"purchaseType": "FREE",
"serviceProvider": "GOOGLE",
"autoRenew": true,
"renewedOn": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}