{
"appstore_release_id": 0,
"cpu_limit": 200,
"env": {
"property1": "string",
"property2": "string"
},
"memory_limit": 128,
"options": {
"property1": "string",
"property2": "string"
},
"project_id": 0,
"service_ip": "string",
"service_type": "internal",
"services": {
"property1": 0,
"property2": 0
}
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rca/app/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appstore_release_id": 0,
"cpu_limit": 200,
"env": {
"property1": "string",
"property2": "string"
},
"memory_limit": 128,
"options": {
"property1": "string",
"property2": "string"
},
"project_id": 0,
"service_ip": "string",
"service_type": "internal",
"services": {
"property1": 0,
"property2": 0
}
}'
{}