curl --request POST \
--url https://abdm.dev.unimetacare.com/api/m1/abha/aadhar/enroll/email-verification \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "user@example.com",
"token": "<string>"
}
'