curl --request PATCH \
--url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/domains/{domainId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attributes": {},
"is_default": true
}
'