in vidispine/VSRequestor.go [130:132]
func (r *VSRequestor) Post(subpath string, accept string, bodyContentType string, body io.Reader) (io.ReadCloser, error) { return r.Do("POST", subpath, accept, bodyContentType, body) }