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