/api/v1/customer/verify/avt-status

GET

/api/v1/customer/verify/avt-status

In this API, we will obtain the AVT status for the respective logged-in customer

{
    "status": true,
    "message": "You are marked as AVT verified"
}
{
    "status": false,
    "message": "You are not marked as AVT verified"
}