When I perform a simple call to the DocuSign REST API (Post Template), I get the following error:
{
"errorCode": "UNABLE_TO_LOAD_DOCUMENT",
"message": "Unable to load the document. Unable to load Document(1: document.pdf). Document is password protected, please remove password protection before using the document."
}
But document isn't password protected. How can I resolve this issue?