curl --location --request POST 'https://dash.ryzehosting.com/api/v2/ryzectrl/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"pack_uuid": "019b4dc7-d35f-826d-bd1b-ac0021e93714",
"duration": 30,
"tos": true,
"cancellation": true,
"discount_code": ""
}'{
"response": "Ryzectrl license created successfully",
"state": "success",
"code": 200,
"data": {
"order_id": "019b50ab-8b52-89e0-be3f-813cb90f2b5c",
"license_uuid": "019b50ab-8b53-89e3-af1e-55e07195644c",
"license_key": "RYZCTRL-7DDF-B9C0-5EB5",
"package": {
"uuid": "019b4dc7-d35f-826d-bd1b-ac0021e93714",
"name": "RYZECTRL01"
},
"duration": 30,
"expire_at": "2026-01-23 14:02:58",
"pricings": {
"year": 60,
"month": 5,
"hour": 0.0069
},
"state": "ACTIVE"
}
}