Https://dev.abdm.gov.in/cm/v1/apps/generate/otp - Error response

Dear Team,
When our NIC team encrypt the data with the public key from /v1/auth/cert and post to https://dev.abdm.gov.in/cm/v1/apps/generate/otp we are getting error response.

Input to API:
{

"value": "fKMq4uFCw1vDBOVgUBn4Ozc3ZKhCkQsIFcxJgpIRfnF5X/foGkU3qA0v/qG5AuVF3DL1Xr6qDA/mD22WNknYiutVfUoxj1BCM64ncn89WBpc1GoEnbEtOzXjH54GlTb6sMZlWb+0jm/nxubD3AFzQa3JiLWRFd0esjxCoXtgKZlOrIiacksI9i2P1y5aAE7NwIkqxBFQGNVc+6IgFWlHtJhXt1xqdZjbsaNU+RZAptutAt1diD5RcWWH+YkEA1rq9S9wEQYQjzqPxSyfmH+E2VE1hw1b0H+Z84a0Ahsw5hFIsip084n4mSyhVGAv7eoGpKh38K3Dujibv5oRYc4TOzvm5XvISX0oO4Pl9y1PBZfaDtUVXgnerAmD/QrJw0ZSVRqNZm0vCIPf1sNFlty8PkR2btzxtAT0vJTYkZDe+e6nA7SIHugNP4+g+o394DCWx2uz3dBvbPhV5NgzAQNNbtKZy79uc9Uo2w5gDcQ5vQtjlWiXZ033Q5OZQfQdJ8DxhJ/6T/fp0MtBo3v2yYXQMwF+vKUzdppnMnYnRDkHyeFtWMkruJ5lb0YD//JbX01Ld1GPU216PustWiyoETafh2bqy1cxJ2nkKgwc5XE3S50kEazTZl1shMywYMueMiUTQSumo4hiBTZW5CNgeZ68uhZBvRRUWIYYQuWYHWe8vq8=",

"authMode": "EMAIL_OTP"

}

Output Error message:
{

"error": {

    "code": 1510,

    "message": "Mobile/Email '#Input' value is invalid."

}

}

OR

{

"error": {

    "code": 1417,

    "message": "Input Data must be encrypted. Plain text is not allowed."

}

}

We need your urgent help to resolve the issue.

Many Thanks and Regards,
NIC Development Team

Hi @sumitdhar76
I’m facing the same issue, did you find any solution for this?