curl --location --request PATCH 'https://www.mijnhostingpartner.nl/v2/DomainHolder/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"phone": "string",
"address": "string",
"city": "string",
"postalCode": "string",
"country": "string"
}'{
"status": "error",
"message": "Missing client_id or client_secret"
}