User APIs/Profile & Settings
Update Profile
PATCH
/user/profileBearer token required
ADMIN | USERContent-Type:
application/jsonCode Examples
curl -X PATCH 'https://<your-domain>:3001/user/profile' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'