curl --request POST \
--url https://api.superlink.me/v1/parentdomains/{parentDomain}/buy \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"domainContactDetails": {
"address1": "15 Church St",
"address2": "Door 25, The building",
"city": "New York",
"country": "US",
"email": "[email protected]",
"nameFirst": "Nora",
"nameLast": "Miller",
"phoneCountryCode": "+1",
"phoneNumber": "1234123412",
"postalCode": "12345",
"state": "CA"
}
}
'