curl --location --request PUT '/rest/api/3/filter/defaultShareScope' \ --header 'Content-Type: application/json' \ --data '{ "scope": "GLOBAL" }'
{"scope":"GLOBAL"}