I have created a application in developer account and verified it after making 20 API calls. I am using JWT authentication. After that I logged in to my production account and granted access again using
https://account.docusign.com/oauth/auth?response_type=code&scope=signature%20impersonation&client_id=<YOUR_CLIENT_ID>&redirect_uri=<MY_REDIRECT_URL>.
I also updated the UserId and API Account ID. Now when I am trying to send document to sign using my application, I get error {"Error while requesting server, received a non successful HTTP code with response Body: {\"error\":\"consent_required\"}"}
How can I resolve this issue? Will I get this error of I don’t have plan with API Access?