pending untilcurl --location 'https://upload.tf/api/v1/domains' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"domain": "example.com",
"pageId": "string"
}'{
"success": true,
"data": {
"id": "string",
"domain": "string",
"pageId": "string",
"status": "string",
"statusLabel": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}