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