curl --location --request POST 'https://dash.ryzehosting.com/api/v2/domain/contact-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_id": "019b1ace-4a2b-819c-8fe2-7c2bb2e514f6",
"firstname": "Max",
"lastname": "Mustermann",
"street": "Musterstraße",
"number": "123",
"postcode": "12345",
"city": "Berlin",
"state": "Berlin",
"country": "DE",
"email": "max.mustermann@example.com",
"phone": "+49.1234567890",
"company": ""
}'{
"response": "Contact data updated successfully",
"state": "success",
"code": 200,
"data": {
"message": "Kontaktdaten wurden erfolgreich aktualisiert",
"domain": "last-try.bond"
}
}