curl --location 'https://api.v2.rainyun.com/product/rca/project//disk_expand' \ --header 'x-api-key;' \ --header 'rain-dev-token: {{rain-dev-token}}' \ --header 'Content-Type: application/json' \ --data '{ "new_disk_size": 1 }'
{}