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