Consent Auto Approval not working

Hi,

We’ve implemented PHR APIs on production environment and trying to get health records using the flow given in the documentation. After subscription request approval, we’re getting continuous consent requests whenever we’re trying to fetch data. However, ideally these consent requests should be auto approved. Please guide us if we’re missing something.
The process we’re following is -

  1. patients/verify-pin api call with scope : "consent.autoapprove" giving us a temporary token in response
  2. consents/auto-approve call giving us an autoApprovalid
  3. auto-approval-policy/{autoApprovalid}/enable call giving us an error {"error":{"code":1454.0,"message":"Auto Approval Policy already enabled"}}

This error is saying that the auto approval policy is already enabled but even after this the consents are not getting auto approved.