makeRequest('get', $url, $params); } public function postNotification($url, $params = []) { return $this->makeRequest('post', $url, $params); } }