Returns if the user has already set the consent pin.
curl --request GET \ --url https://api.eka.care/abdm/v1/consents/pin/exists \ --header 'Authorization: Bearer <token>'
{ "exist": true }
The API requires a Bearer token (JWT) for authentication.
Indicates if the user has already set the consent PIN.