Automattic\Wistia\Client::post PHP Метод

post() публичный Метод

Send a POST request
public post ( $endpoint, $query = [] ) : string
Результат string
    public function post($endpoint, $query = [])
    {
        return $this->_make_request('POST', $endpoint, $query);
    }