{
"charge_type": "elastic",
"cpu_limit": 500,
"disk_size": 1,
"ipv4_count": 0,
"ipv6_count": 0,
"memory_limit": 500,
"name": "string",
"region_id": 0
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rca/project/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"charge_type": "elastic",
"cpu_limit": 500,
"disk_size": 1,
"ipv4_count": 0,
"ipv6_count": 0,
"memory_limit": 500,
"name": "string",
"region_id": 0
}'
{}