Automattic\Wistia\Client::post PHP Method

post() public method

Send a POST request
public post ( $endpoint, $query = [] ) : string
return string
    public function post($endpoint, $query = [])
    {
        return $this->_make_request('POST', $endpoint, $query);
    }