Change the consent pin by providing a old and new pin combination
curl --request POST \ --url https://api.eka.care/abdm/v1/consents/pin/change \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "new": "<string>", "old": "<string>" }'
This response does not have an example.
The API requires a Bearer token (JWT) for authentication.
No Content