I want to save data into my zoho sandbox , for this I am using this api endpoint - https://www.zohoapis.com/crm/v8/Patients but I am getting this error -
{
"success":false,
"message":"Zoho API request failed",
"error":{
"code":"INVALID_MODULE",
"details":{
"resource_path_index":0
},
"message":"the module name given seems to be invalid",
"status":"error"
},
"statusCode":400
}
I have the access token and have Patients module but getting this error.