curl --location --request PUT '/system/items//edit' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "maxPoints": 20 }'
{}