public function post($url, $data, $headers = null, $session = null, $body = null, $cookies = null)
 {
     // Inject stage=Stage into the URL, to force working on draft
     $url = $this->addStageToUrl($url);
     return parent::post($url, $data, $headers, $session, $body, $cookies);
 }