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