Error 7309 when sending REST call to API

Error 7309 when sending REST call to API

Hello,

My compagny is currently starting to use Zoho report.
We need to automaticaly send and get data from Zoho report so I am using the API.

I ran into error 7309 which is not documented.

I use the command curl : 
curl -d "ZOHO_ACTION=EXPORT&ZOHO_API_VERSION=1.0&authToken=fc7737f589d6ee8353b0fd396bbce16a&ZOHO_OUTPUT_FORMAT=HTML&ZOHO_ERROR_FORMAT=XML" https://reportsapi.zoho.com/api/ bastien.a.meunier@capgemini.com /SalesTest/sales

I am just trying to get table "sales" from database "SalesTest" which I think I own. Output format should be HTML.