curl --location --request POST 'https://dash.ryzehosting.com/api/v2/domain/order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "example.com",
"email": "max.mustermann@example.com",
"firstname": "Max",
"lastname": "Mustermann",
"street": "Musterstraße",
"number": "123",
"postcode": "12345",
"city": "Berlin",
"country": "DE",
"state": "Berlin",
"phone": "+49.1234567890",
"company": "",
"authCode": "",
"tos": false,
"cancellation": false,
"discount_code": ""
}'