GET
/api/v1/customer/verify/kb-status
In this API, we will obtain the Knowledge Base status for the respective logged-in customer.
{
"status": true,
"message": "The knowledge base verification has been completed"
}{
"status": false,
"message": "You have not yet completed the knowledge base verification"
}