Update Simulation Change

We have made changes to simulation editing capability. From now on, only "schedule" of the simulation can be edited

Affected Endpoints

Simulation Update

Previous Version

{  
    "name": "Update endpoint test",  
    "template_id": 1665,  
    "agent_id": 1785,  
    "integrations": \[],  
    "schedule": {  
        "frequency": "ONCE",  
        "start_time": 1705984364  
    },  
    "is_active": false  
}

Current Version

{  
    "schedule": {  
        "frequency": "WEEKLY",  
        "start_time": 1655984364,  
        "day_of_week": [  
            2,  
            5,  
            6  
        ],  
        "frequency_interval": 1  
    }  
}

OR

{  
    "schedule_now": true  
}