cmsHandler.py [161:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        headers = {
            'Authorization': authorization,
            'Accept': self.cAcceptHeader,
            'Content-Type': self.cContentType
        }
        
        response = requests.request("POST", url, headers=headers, data=payload)

        return response
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cmsHandler.py [176:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        headers = {
            'Authorization': authorization,
            'Accept': self.cAcceptHeader,
            'Content-Type': self.cContentType
        }
        response = requests.request("POST", url, headers=headers, data=payload)

        return response
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



