PatchRequest
                                PatchRequest                            
                            A collection of patch instructions to be applied against the existing object.
                                        This class is array of 
                                                                                    
                                                PatchInstruction                                            
                                        
                                    
                                
                                
                                
                                                                    JSON Example
                                    [
    {
        "op": "string",
        "path": "string",
        "from": "string"
    }
]