{
    "app_vars": [
        {
            "app_id": 0,
            "retry": true,
            "vars": {
                "property1": "string",
                "property2": "string"
            }
        }
    ],
    "config": {
        "allocation": 0,
        "backup": 0,
        "base_disk": 0,
        "cpu": 0,
        "data_disk": 0,
        "database": 0,
        "memory": 0,
        "net_in": 0,
        "net_out": 0
    },
    "cpu_limit_mode": true,
    "duration": 1,
    "egg_type_id": 0,
    "node_uuid": "string",
    "online_mode": true,
    "os_id": 0,
    "panel_user": "string",
    "pay_mode": "day",
    "plan_id": 0,
    "subtype": "kvm",
    "try": true,
    "with_coupon_id": 0,
    "with_eip_flags": "string",
    "with_eip_num": 0,
    "with_eip_type": "string",
    "zone": "string"
}curl --location --request POST 'https://api.v2.rainyun.com/product/rgs/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_vars": [
        {
            "app_id": 0,
            "retry": true,
            "vars": {
                "property1": "string",
                "property2": "string"
            }
        }
    ],
    "config": {
        "allocation": 0,
        "backup": 0,
        "base_disk": 0,
        "cpu": 0,
        "data_disk": 0,
        "database": 0,
        "memory": 0,
        "net_in": 0,
        "net_out": 0
    },
    "cpu_limit_mode": true,
    "duration": 1,
    "egg_type_id": 0,
    "node_uuid": "string",
    "online_mode": true,
    "os_id": 0,
    "panel_user": "string",
    "pay_mode": "day",
    "plan_id": 0,
    "subtype": "kvm",
    "try": true,
    "with_coupon_id": 0,
    "with_eip_flags": "string",
    "with_eip_num": 0,
    "with_eip_type": "string",
    "zone": "string"
}'{}