Superadmin APIs/Profile Verification
Request WhatsApp Verification
POST
/superadmin/profile/verify/whatsapp/requestBearer token required
SUPERADMINContent-Type:
application/jsonCode Examples
curl -X POST 'https://<your-domain>:3001/superadmin/profile/verify/whatsapp/request' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'