curl -X PUT "$API_BASE_URL/v1/org/$ORG_ID/contexts/sign-in/$CTX_ID/modules/whitelistings" \
-H "x-auth-token: $NETGRAPH_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"id": "7f2a-...",
"mac": "AA:BB:CC:DD:EE:FF",
"name": "Reception printer",
"description": "Lobby floor — moved to right side",
"toDate": "2027-06-30",
"tags": [{ "value": "printer" }, { "value": "lobby" }]
}'