{
    "dest_config": {
        "allocation": 0,
        "backup": 0,
        "base_disk": 0,
        "cpu": 0,
        "data_disk": 0,
        "database": 0,
        "memory": 0,
        "net_in": 0,
        "net_out": 0
    },
    "dest_plan": 0,
    "with_coupon_id": 0
}curl --location --request POST 'https://api.v2.rainyun.com/product/rgs//scale' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "dest_config": {
        "allocation": 0,
        "backup": 0,
        "base_disk": 0,
        "cpu": 0,
        "data_disk": 0,
        "database": 0,
        "memory": 0,
        "net_in": 0,
        "net_out": 0
    },
    "dest_plan": 0,
    "with_coupon_id": 0
}'{}