Admin APIs/Profile & Verification
Update Profile
PATCH
/admin/profileBearer token required
ADMINContent-Type:
application/jsonCode Examples
curl -X PATCH 'https://<your-domain>:3001/admin/profile' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'