There is no such view in Zoho Creator

There is no such view in Zoho Creator

I am trying to use the REST API to download data. It keeps giving me the above error. Below is the data that is being sent.

URL:  https://creator.zoho.com/api/zoho_bob191/json/t3/view/GoldMine_Web_Import_Report

And this is the data that I am sending to the above URL:
<input type="hidden" name ="authtoken" value="xxxxxxxxx"> 
<input type="hidden" name ="zc_ownername" value="zoho_bob191"> 
<input type="hidden" name="raw" value="true"> 
<input type="hidden" name ="scope" value="creatorapi">
<input type="submit" value="View Records"></form>

I have been following the URL to see how it is done:  ZOHO Rest API

Bob Lozinak