curl --location --request PATCH 'https://www.mijnhostingpartner.nl/v2/DomainHolder/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Judson",
"lastName": "Metz-Effertz",
"email": "Lorena51@hotmail.com",
"phone": "(288) 256-4626",
"address": "357 Kings Highway",
"city": "North Jodymouth",
"postalCode": "80498-2255",
"country": "Senegal"
}'{
"status": "error",
"message": "Missing client_id or client_secret"
}