Auth mode Issue in v0.5/users/auth/on-fetch-modes

Hello,
i have some issue In getting Mode during when i call fetch-modes
i am calling this API : /v0.5/users/auth/fetch-modes
and I am getting Response in thit API : v0.5/users/auth/on-fetch-modes
and its Working ok
but
Some Time Response changed

1 time i got Response following.

{
 "requestId": "ef739508-62a5-49b0-8f55-e897107bf1a9",
"timestamp": "2023-06-12T09:40:41.165629776",`
  "auth": {
    "purpose": "KYC_AND_LINK",
    "modes": [
      "MOBILE_OTP",
      "DEMOGRAPHICS"
    ]
  },
  "error": null,
  "resp": {
    "requestId": "fa4468b0-af3a-484f-8b0f-71e7507f1b9b"
  }
}

but when i call it again response got Changed

{
  "requestId": "9003400e-4d3d-4e50-b05c-11484f8a4817",
  "timestamp": "2023-06-12T09:43:20.199909628",
  "auth": {
    "purpose": "KYC_AND_LINK",
    "modes": [
      "DEMOGRAPHICS",
      "MOBILE_OTP",
      "AADHAAR_OTP"
    ]
  },
  "error": null,
  "resp": {
    "requestId": "87b4ae16-2611-462a-a234-018429e97434"
  }
}

means Some Time auth -> modes -> AADHAAR_OTP come and Some time not.

FYI @kamlesh.prajapati @IntegrationSupport

any update @kamlesh.prajapati @IntegrationSupport

@kishanbholan Request you to try now. Issue has been fixed.

@IntegrationSupport still its not working properly i am getting only Mobile OTP Option

@kishanbhola HIU initiated linking auth mode have 4 options: Mobile OTP, Aadhaar otp, demographics and direct auth. Which auth mode is not working for you. Please share the payload body postman screenshot.