User APIs/Profile & Settings
Verify WhatsApp – Request OTP
POST
/user/profile/verify/whatsapp/requestBearer token required
ADMIN | USERContent-Type:
application/jsonCode Examples
curl -X POST 'https://<your-domain>:3001/user/profile/verify/whatsapp/request' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'