API-Key: ********************{
"domain": "string",
"type": "register",
"transfer_code": "string",
"nameserver": "string",
"dns_template_id": 0,
"profile": {
"owner": 0,
"admin": 0,
"tech": 0,
"billing": 0
}
}curl --location --request POST 'https://mijn.host/api/v2/domains/order' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "string",
"type": "register",
"transfer_code": "string",
"nameserver": "string",
"dns_template_id": 0,
"profile": {
"owner": 0,
"admin": 0,
"tech": 0,
"billing": 0
}
}'{
"status": 0,
"status_description": "string",
"data": {
"order_id": 0
}
}