public function postCompleteRegistration()
 {
     return $this->api->organizations()->completeRegistration($this->request->all());
 }