Zoho API Error Code 7019 when adding job.
Hello, I am following the documentation found here.
Regardless of how I try and post the data (including just using the example requests), I receive back the response
{'response': {'message': 'Error occurred', 'uri': '/api/forms/json/P_TimesheetJob/insertRecord', 'errors': {'code': 7019, 'message': 'Missing parameter(s) in the request'}, 'status': 1}}
for example.
header = {"Authorization": f"Zoho-oauthtoken {token}"}
Is the documentation missing something? Am I missing something? What parameter should I be including? The documentation mentions very little.