Admin APIs/Profile & Verification
Verify WhatsApp – Request OTP
POST
/admin/profile/verify/whatsapp/requestBearer token required
ADMINContent-Type:
application/jsonCode Examples
curl -X POST 'https://<your-domain>:3001/admin/profile/verify/whatsapp/request' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'