curl --location --request POST 'https://dash.ryzehosting.com/api/v2/webspace/order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "", //leer für Subdomain für uns
"pack_uuid": "019b1f00-82f3-8216-a831-5c365bebef6b",
"duration": 30,
"tos": false,
"cancellation": false,
"discount_code": ""
}'{
"response": "Webspace order created successfully",
"state": "success",
"code": 200,
"data": {
"order_id": "019b5093-8d2d-8212-b290-c5ae438f8d57",
"domain_name": "example2.com",
"is_subdomain": false,
"package": {
"uuid": "019b1f00-82f3-8216-a831-5c365bebef6b",
"name": "PLESK01",
"type": "Plesk"
},
"duration": 30,
"pricings": {
"year": 12,
"month": 1,
"hour": 0.0014
}
}
}