{
"app_vars": [
{
"app_id": 0,
"retry": true,
"vars": {
"property1": "string",
"property2": "string"
}
}
],
"os_id": 0,
"reset_osd": true
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rcs//changeos' \
--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"
}
}
],
"os_id": 0,
"reset_osd": true
}'
{}