Unable to process your request on Send document for signature API
I'm trying to send document for signature using API
here's the json data that i send for the request :
{}
However, the API always return the error message :
{
"code": 9039,
"message": "Unable to process your request",
"status": "failure"
}
I don't know which part of my request is wrong, can you help us on this case?
i use a simple PHP CURL code to perform this request, and i only get this error when using the Send document for signature API method. I try with Get document list method and it's working well.
Thank you.