curl --request POST \ --url https://api.eka.care/abdm/v1/consents/pin/set \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pin": "1234" }'
This response does not have an example.
The API requires a Bearer token (JWT) for authentication.
Pin to authorize consent.
"1234"
No Content