curl --location 'http://localhost:5001/api/aeps/2fa_auth' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"outlet_id": "TC6052246094",
"aadhaar": "********2513",
"capture_type": "FINGER",
"bio_data": "*******************************",
"client_ip": "164.52.211.0",
"latitude": "22.7434889",
"longitude": "88.4500778",
"p_order_id": "P10351541224985"
}'{
"status": "SUCCESS",
"message": "AUTHENTICATED",
"data": {
"outlet_id": "TC6052246094",
"masked_aadhaar": "XXXX-XXXX-2513",
"amount": 0.94,
"debit_amount": "0.94",
"opening_bal": "517.96",
"closing_bal": "517.02",
"order_id": "R85473632812500XQNFK",
"partner_order_id": "P10351541224985",
"timestamp": "2026-08-13 22:11:45"
}
}