i am trying to update the profile mobile number using these API
https://dev.abdm.gov.in/gateway/v0.5/sessions
/v1/auth/init
/auth/confirmWithMobileOTP
/api/v1/account/profile
/api/v2/account/change/mobile/new/generateOTP
/api/v2/account/change/mobile/new/verifyOTP
/api/v2/account/change/mobile/update/authentication.
i am getting the correct responce till the Authenticaation but in the authentication API i am getting
the response as
{
“code”: “HIS-500”,
“message”: “An unexpected error has occurred. Please try again in sometime.”,
“details”: null
}
please help to resolve @IntegrationSupport